Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting multiple rows using Shift key #303

Open
paulgill81 opened this issue Jun 8, 2015 · 1 comment
Open

Selecting multiple rows using Shift key #303

paulgill81 opened this issue Jun 8, 2015 · 1 comment

Comments

@paulgill81
Copy link

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;

@crissdev
Copy link
Member

crissdev commented Jun 8, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants