DataGridView.allow paging In C# application
it possible to allow default pagination in Data grid view
as same as we do in Datagrid
any suggestion
DataGridView.allow paging In C# application it possible to allow default pagination in Data grid
Share
DataGridView cannot perform paging by default. Take a look at some source codes over google, or this project who solves this problem:
http://www.codeproject.com/KB/grid/DataGridViewPaging.aspx
Regards