This question is locked. New answers and comments are not allowed.
Hi,
I am using multiple Telerik Grids on a page with jQuery UI Tabs. Each Tab on the page has its own Telerik Grid control.
The tabs are configured to update the URL Location Hash with the currently selected tab, so that when I reload the page (or a user wants to bookmark it) it will load the page with the requested tab selected.
The problem occurs when I perform an action on the grid, like sorting, page, etc. It reloads the page, but discards the URL hash that was in there.
For example, the URL before taking a grid action was:
http://localhost:1381/referrals#company-Wide
And after clicking a Sort header :
http://localhost:1381/referrals?Referrals_CompanyWide-orderBy=ReferralTypeName-asc
So when the page re-loads, the user is on the first tab on the page -- not the grid they were on before sorting.
It would work perfectly if the sort URL were including the hash, but currently it is not:
http://localhost:1381/referrals#company-Wide?Referrals_CompanyWide-orderBy=ReferralTypeName-asc
Are there any known workarounds to this problem? I tried using the Telerik TabStrip control as well and it didn't seem to help either.
Thanks,
-Matt
I am using multiple Telerik Grids on a page with jQuery UI Tabs. Each Tab on the page has its own Telerik Grid control.
The tabs are configured to update the URL Location Hash with the currently selected tab, so that when I reload the page (or a user wants to bookmark it) it will load the page with the requested tab selected.
The problem occurs when I perform an action on the grid, like sorting, page, etc. It reloads the page, but discards the URL hash that was in there.
For example, the URL before taking a grid action was:
http://localhost:1381/referrals#company-Wide
And after clicking a Sort header :
http://localhost:1381/referrals?Referrals_CompanyWide-orderBy=ReferralTypeName-asc
So when the page re-loads, the user is on the first tab on the page -- not the grid they were on before sorting.
It would work perfectly if the sort URL were including the hash, but currently it is not:
http://localhost:1381/referrals#company-Wide?Referrals_CompanyWide-orderBy=ReferralTypeName-asc
Are there any known workarounds to this problem? I tried using the Telerik TabStrip control as well and it didn't seem to help either.
Thanks,
-Matt