Categories | Question details Back To List | ||||||||
TreeGrid state save How I can store the whole TreeGrid state (JSON) before the Submit. Is thought whether a node is opened or is closed, the values by cells, userdate and gifs for example. And how can I restore the TreeGrid afterwards? Thanks in advance and best regards Rolf Answer posted by Support on Oct 08, 2008 09:55 Current version of TreeGrid doesn't support serialization to JSON format, it can be serialized to XML only. Answer posted on Oct 09, 2008 06:47 I used the serialize() function. But the xml stream seams not valide. See the attached file. Best regards Rolf Attachments (1)
Answer posted by Support on Oct 09, 2008 07:56 Fix for reported issue sent by email. |