Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
Multiple row selection with large number of records
posted

I have an UltraWebGrid that has around 1500 rows.  Whenever the users 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?  I noticed if I run the row selection on the server side, the browser still takes a very long time to select all the records.