Hello,
I am using RAD GRID and one column is linkable to other page. So when I hit on the link of one of the populated records of Rad Grid then it goes to next page. The problem is when I go back using BACK button of browser then Grid's data lost. I can put the data in the session like datatable and populate it again but there are other 150 controls on the same page too from which I am populating grid and some are Grid Dropdowns.
So In short I need to maintain that Controls along with RadGrid when I click on back button of browser.
Rather than storing everything in Session or viewstate, Is there any other way to do it.
Please response ASAP.
Thanks,
Deepa
I am using RAD GRID and one column is linkable to other page. So when I hit on the link of one of the populated records of Rad Grid then it goes to next page. The problem is when I go back using BACK button of browser then Grid's data lost. I can put the data in the session like datatable and populate it again but there are other 150 controls on the same page too from which I am populating grid and some are Grid Dropdowns.
So In short I need to maintain that Controls along with RadGrid when I click on back button of browser.
Rather than storing everything in Session or viewstate, Is there any other way to do it.
Please response ASAP.
Thanks,
Deepa
5 Answers, 1 is accepted
0
Hello Deepa,
Can you please specify if your RadGrid is ajaxified and if the issue persists if you disable ajax?
Sincerely yours,
Iana
the Telerik team
Can you please specify if your RadGrid is ajaxified and if the issue persists if you disable ajax?
Sincerely yours,
Iana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0

Deepa
Top achievements
Rank 1
answered on 19 Oct 2010, 05:50 PM
Thanks for the response.
And yes the Grid is ajaxified using,
And yes the Grid is ajaxified using,
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
And I must need that because it handles about 25000 records.
Please tell me how can I so along with using AJAX if there is any solution.
Thanks,
Deepa
0
Hello Deepa,
You can overcome the issue with the back browser button by implementing the browser history through the ScriptManager. You can use the below articles for a reference:
http://dotnetslackers.com/articles/aspnet/AFirstLookAtASPNETExtensions35HistoryPoints.aspx
http://msdn.microsoft.com/en-us/library/cc488548.aspx
The same approach can be used if you have RadScriptManager instead of ScriptManager.
Sincerely yours,
Iana
the Telerik team
You can overcome the issue with the back browser button by implementing the browser history through the ScriptManager. You can use the below articles for a reference:
http://dotnetslackers.com/articles/aspnet/AFirstLookAtASPNETExtensions35HistoryPoints.aspx
http://msdn.microsoft.com/en-us/library/cc488548.aspx
The same approach can be used if you have RadScriptManager instead of ScriptManager.
Sincerely yours,
Iana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0

Deepa
Top achievements
Rank 1
answered on 07 Dec 2010, 04:53 PM
I couldnt understand from the links you have provided.
Can you please provide and other link or example to do this thing.
Thanks,
Deepa
Can you please provide and other link or example to do this thing.
Thanks,
Deepa
0
Hi Deepa,
I am attaching a sample project illustrating sample implementation of the ScriptManager History.
I hope this helps.
Kind regards,
Iana
the Telerik team
I am attaching a sample project illustrating sample implementation of the ScriptManager History.
I hope this helps.
Kind regards,
Iana
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.