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

How to store RadClientDataSource information in session for telerik:RadGrid batch edit

1 Answer 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
shamim
Top achievements
Rank 1
shamim asked on 10 Mar 2015, 05:29 AM
My project requirement is specific.For my project,user not store information in db,after complete user crud operation need to clean all information, I need to use telerik:RadGrid batchRadClientDataSource,this contain several columns have combo,combo grid,combo tree and textbox ,want to store grid all crud operations data in server session.


I follow this link,but fail to understand how to store information in session.

http://demos.telerik.com/aspnet-ajax/grid/examples/data-binding/client-side/client-data-source-binding/defaultcs.aspx


How to store RadClientDataSource information in session.Any type of suggestion will be acceptable.

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 12 Mar 2015, 02:52 PM
Hi Shamim,

Note that the RadClientDataSource operates only on the client and as the Session is actually a server object you could not directly save the information form the ClientDataSource in the Session. The RadClientDataSource will simply send the data to the server and if you have a web service for example , instead of keeping the data to DB you can keep it in a Session. This is fully custom logic which does not depends on the ClientDataSource control.

Regards,
Maria Ilieva
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
shamim
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or