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,Please let me know if you have any further questions regarding this issue.
Hello Ramraj ,
Thank you for clarifying the scenario.
I recommend you going through the "Performance" part of the help documentation.
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1?page=WebGrid_Performance.html
In your situation I recommend you enabling the AJAX functionality of the UltraWebGrid
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1?page=WebGrid_AJAX_Functionality.html
and controlling the number of rows sent to the client
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1?page=WebGrid_Controlling_the_Number_of_Rows_Sent_to_the_Client_Using_LoadOnDemand_Xml.html
Let me know if you need further assistance.
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.
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.