Knockout-Contrib / KoGrid

A Knockout DataGrid

Home Page:https://knockout-contrib.github.io/KoGrid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selecting multiple rows using Shift key

paulgill81 opened this issue · comments

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?