Unplanned
Last Updated: 02 Dec 2021 12:01 by ADMIN
Igor
Created on: 21 Jun 2016 14:24
Category: Grid
Type: Feature Request
3
Improve the column resizing performance. Delay real time column resizing until dragging is done(after the user drops the resize cursor)
Currently with large number of records in the grid when column is resized quickly resize may not actually occur.In this case, the browser's JavaScript engine is not able to fire the appropriate events fast enough, due to the large number of records, which impose a performance hit on the page.
Suggested solution: 
it is possible to improve the column resizing performance if the columns are not resized real-time during dragging, but only after the user drops the resize handle.
1 comment
Daniel
Posted on: 12 Oct 2017 23:23
Would be nice to get this - was a feature of the ASP.NET Ajax Grid