Created
April 17, 2017 00:43
-
-
Save novalagung/1090f27b0de0016fcbf3ed06723afdab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var oldFilter = $('#consistencygrid').data('kendoGrid').dataSource.filter() | |
| // ... refresh data get from backend | |
| $('#consistencygrid').data('kendoGrid').dataSource.filter(oldFilter) | |
| $('#consistencygrid').data('kendoGrid').refresh() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment