Hello
We are using infragistic web grid with version Version=6.3.20063.1079, with automatic paging.
As need in application we have controls like web calender and checkbox used in grid. So for data rows more than 500 when try to change page gets lot of operations re bind the grid. And hence result is slow the web application.
We want to ask, is there any custom paging machanisum present for web grid to improve the performance with our current version.
Thank you in advance.
Hello,
We have a "Custom Paging" example available online that might be able to help you out,
http://samples.infragistics.com/2008.2/webfeaturebrowser/default.htm
the select Grid -> Navigation & Selecting -> Paging - Custom - there is full source code there. In general, you can always switch paging off and create your own navigation, it will just require additional code depending on the setup.