This is a migrated thread and some comments may be shown as answers.

[Solved] ASP.NET AJAX RadGrid control and ASP.NET MVC

1 Answer 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
GrZeCh
Top achievements
Rank 2
GrZeCh asked on 16 Feb 2010, 09:03 PM
Hello,

I'm using ASP.NET AJAX RadGrid control with ASP.NET MVC and I'm wondering what solution would be best for saving per customer "ClientSettings" from RadGrid without using doPostBack?

My RagGrid Client settings:
<ClientSettings Resizing-AllowColumnResize="True" ReorderColumnsOnClient="True" Resizing-EnableRealTimeResize="True" AllowRowHide="True" AllowKeyboardNavigation="True" AllowColumnsReorder="True" AllowColumnHide="True" EnableAlternatingItems="False" /> 

Is there, a way to get all this settings on some client event and save them to a cookie or make ajax post?

Thanks

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 19 Feb 2010, 08:08 AM
Hi,

Unfortunately, there is no easy way to achieve this on the client.

I will suggest you use the Telerik Grid for ASP.NET MVC, which can put paging, sorting and etc information in the URL.

Regards,
Georgi Krustev
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.
Tags
Grid
Asked by
GrZeCh
Top achievements
Rank 2
Answers by
Georgi Krustev
Telerik team
Share this question
or