Save the grid settings in database

Hi All,

Is there a API supported way to store the grid settings like ‘column width’, ‘column position’ in database and retrieve it when the user logs in next time?

If the API does not support this then what other workaround could be implemented?

Thanks.

you may serialize the grid configuration to the xml:
http://snippet.dhtmlx.com/5/4a8a8013f
and send it to the server