KoGrid icon indicating copy to clipboard operation
KoGrid copied to clipboard

Selecting multiple rows using Shift key

Open paulgill81 opened this issue 10 years ago • 1 comments
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;

paulgill81 avatar Jun 08 '15 14:06 paulgill81

@gman7911 Is it possible to provide an example (jsfiddle or plnk) for this issue?

crissdev avatar Jun 08 '15 15:06 crissdev