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:
Is there, a way to get all this settings on some client event and save them to a cookie or make ajax post?
Thanks
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