Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
I have a radGrid on a page which periodically refreshes the data from the server.
The grid has filter and sorting enabled.
Is it possible to keep the sort order/filter option when the page refreshes itself? As currently it all reset on auto-refresh.
$find("<%=RadGrid1.ClientID%>").get_masterTableView().rebind();