jQuery UI Widgets › Forums › Grid › load/save state sorting
Tagged: angular grid, angular2 grid, bootstrap grid, javascript grid, jquery grid, jqwidgets grid, jqxgrid, typescript grid
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 8 years, 6 months ago.
i am saving state after user sorts grid.. and would need to reload that state via loadstate method after re-loading page.. is there a way while re-loading state of grid.. not fire sort and filter events ??
Thanks
Hello jahnvi25,
You could use .off method to removes those events. ($("#jqxgrid").off("sort");) Hope this helps.
$("#jqxgrid").off("sort");
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
You must be logged in to reply to this topic.