-
18 May 2010 12:26 AM #1
[DUPE-953]RowSelectionModel: event "selectionchange" is fired for every selected line
[DUPE-953]RowSelectionModel: event "selectionchange" is fired for every selected line
When I select lines using SHIFT key RowSelectionModel fires event "selectionchange" for any line in the resulting range. So when I'm selecting many lines my event handler is called many times and could cause a slow.
When I select lines using CTRL key just one event is fired on selection change.
-
18 May 2010 8:27 AM #2
-
11 Oct 2010 11:19 PM #3
Reopen (possibly). On 3.3.0 selectionchange is still called for every line in the selection.
For example. If I select 10 rows using SHIFT key, selectionchange will be called 10 times. And if after that I add 5 additional lines to the selection (using SHIFT key again) selectionchange will be called 15 times! For every row in selection.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote