Hi,We are using the infragistics version 10.3.20103.1013.We have a problem in loading 2000 records in ultrawebgrid .We have planned to do a server side pagination , the idea is to fetch only 50 records each time and load into a grid.When user selects the second page next 50 record will be retrived from DB and loaded into the grid.Please suggest us to implement this kind of environment.Regards,Ramraj S
Hello Ramraj ,
Thank you for posting in our forums.
Please refer to the below part of the online help
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1?page=WebGrid_Paging.html
Especially the custom paging part with ObjectDataSource :
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1?page=WebGrid_Using_Custom_Paging_with_ObjectDataSource.html
Let me know if you need further assistance regarding this.
Hello Tsvetelina Georgieva,
I have read through the article and its speaks about implementing pagination in grid.But we need a solution to reduce the loading time of our page over internet.
Our scenario and query
1.We have 5 grid in that page(does each page will download their own javascript?)
2.All grid has their own components(eg: textbox, dropdown, chechboxes etc..) which needs to be load on demand.
Kindly suggest us minimize the loading time.
Regards,
Ramraj S.