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

DataGrid. Clear getSelected and getChecked after reload. #9

Open
Gemorroj opened this issue Aug 14, 2017 · 0 comments
Open

DataGrid. Clear getSelected and getChecked after reload. #9

Gemorroj opened this issue Aug 14, 2017 · 0 comments

Comments

@Gemorroj
Copy link
Contributor

$('#dg').datagrid('reload').datagrid('getSelected');
$('#dg').datagrid('reload').datagrid('getChecked');

I think after reload getSelected and getChecked should return an empty result.
Because visually no rows are selected or checked.
But now getSelected and getChecked returns not empty results (result before call reload).

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

1 participant