You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: