This question is locked. New answers and comments are not allowed.
Hello,
My binding to the Telerik Grid is using AJAX. What I'd like to do, however, is have a way to access the grid's current select URL (via javascript) as if it were using server binding. That way, a user could copy the grid's 'state' (filter, sorting, page) and either navigate to it at a later time or send the URL to another user.
I know that this works. If you navigate to the URL with the correct paremeters, such as /test?[gridID]-orderBy=[column]-desc ... etc. It loads the grid via AJAX and performs the sorting/filtering/whatever.
All I need, is a way to obtain the grid's select URL (with all the filtering, sorting, etc) included.
Any ideas?
Thanks,
Josh
My binding to the Telerik Grid is using AJAX. What I'd like to do, however, is have a way to access the grid's current select URL (via javascript) as if it were using server binding. That way, a user could copy the grid's 'state' (filter, sorting, page) and either navigate to it at a later time or send the URL to another user.
I know that this works. If you navigate to the URL with the correct paremeters, such as /test?[gridID]-orderBy=[column]-desc ... etc. It loads the grid via AJAX and performs the sorting/filtering/whatever.
All I need, is a way to obtain the grid's select URL (with all the filtering, sorting, etc) included.
Any ideas?
Thanks,
Josh