Save settings and different path issue in cookie

Hi All,



I am using enableAutoSizeSaving, enableOrderSaving feature for grid I have grid for each item.But I have n number of items.When I change grid settings from any items page it remembers only for that page because the url changes for every item based on item_id.

And cookie path variable changes for each item.I want common grid settings for every item how can I set common cookie path variable.And grid is on every item detail page with different page url.



How can I resolve this problem?



Thanks,

Agile

I want common grid settings for every item how can I set common cookie path variable.And grid is on every item detail page with different page url.
Unfortunately it’s impossible to do with browser’s cookies. You can use grid’s events and save grid state at the server side or at the grid userdata.
Please find more information here dhtmlx.com/docs/products/dhtmlxG … t_userdata