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.
Thank you for quick replay,
i was gone through the example, and tiring to add it in application
One more question with this, if data rows are fetched more that the page size of web-grid,
When we bind the data at that time the huge data takes large time to load the page.
Example
Suppose fetch data of 30 columns and 10000 rows, and bind to web grid, with grid page size is 50.
In this case number of pages are 200, so binding this much data takes exta time load the page rather than load only 50 rows from database.
datatable bind method use to bind data.
thanks