Hi,
I have two treegrids on a page, with identical tree elements but different columns. I want them to have the same expanded state. Can I use saveOpenStates(‘xyz’) & loadOpenStates(‘xyz’) to transfer expanded state between them?
Thanks, Paul.
If row IDs identical - yes you can save grid for one treegrid and restore for another, just use the same name string as first parameter for both commands.