Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
565
save grid config on server
posted

Hi,

I'm planning to save the grid current state on server. for the client side part, so far, i don't have any problem , i can set a custom object to retrieve the grid state. Now on server side, i was wondering if you have any .NET classes ( such as Column, or Feature classes ) that i can use to deserialize my json object. If not, i will create my own classes.

At this moment, I'm not using MVC, but WebForms. 

Just asking in any cases.

Thank you and regards