KoGrid
KoGrid copied to clipboard
Selecting multiple rows using Shift key
trafficstars
After selecting multiple rows using the shift key the grid then fails to clear the selected rows correctly and also I am unable to update the row data for the selected rows.
I think the issue is related to grid.$$selectionPhase not getting set to false after the multi row selection using shift key.
KoGrid.js - Line 1817: return true; is called and grid.$$selectionPhase is not reset to false;
@gman7911 Is it possible to provide an example (jsfiddle or plnk) for this issue?