We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Local Data Storage for Grid

Hi,

I'm wondering if there are any plans in the future to introduce a local client-side data storage option for the ASP.NET MVC grid control. That is, where all the data is stored on the client browser and the grid is re-arranged entirely through JavaScript when a filter, group, sort etc. operation is performed. This would be a great feature as it would allow for a more responsive experience for smaller datasets (where larger data sets would still go back to the server).

Cheers,

1 Reply

ES Eswari S Syncfusion Team December 7, 2012 03:50 AM UTC

Hi Stephen,

 

We can set and get data source in client side using Json mode. Please refer to the following code snippets:

 

$find("JSONCRUD").jsonModeMgr.get_dataSource(); // JSONCRUD is grid id.

$find("JSONCRUD").jsonModeMgr.set_dataSource(data);

 Please check the online sample link for JSON Mode:

http://mvc.syncfusion.com/demos/ui/grid/Paging/JsonPaging

And “Client side data processing(sorting ,paging ,etc.)” has been confirmed as a feature request and it will be available in our future volume releases. The feature implementation would also greatly depend on the factors such as product design, code compatibility and complexity. We do not provide confidential information in general forum. Please create the new incident in DirectTrac for better follow up.

 

Let us know if you have any queries.

 

Regards,

Eswari S


Loader.
Live Chat Icon For mobile
Up arrow icon