iam currently using Infragistics35.WebUI.UltraWebGrid.v9.2, Version=9.2 classic grid. when i multi-select aprox 100 rows is so slow.
Whenever i attempt to Multi-select the entire set of rows (selecting the first row, scrolling to the bottom of the grid, and then shift-clicking the last row), it takes a very long time. I assume this is because of the client-side script that is running to select all the rows. Is there anything that I can do to make this process faster?
Hello Martin, UltraWebGrid performance could be improved by applying our built in functionality. Please see documentation link below for more information regarding this.
http://help.infragistics.com/NetAdvantage/ASPNET/2010.1/CLR3.5/?page=WebGrid_Performance.html
Hope this helps.
Thank you,
Swetha
hi sdowdra, thanks for your reply but
>XML Load on Demand, this helps by breaking down your data and sending it to the client in piecesbut this does'nt solve my problem. because of i need to display all the rows directly (aprox. 200 ) i cannot work with load on demand or paging. the display of the data is not my problem. i have problems with selecting many rows.