The initial depth is not preserved when data bind with persistence is set to true. How do I keep the initial depth on subsequent data binds?
Hello Karthik,
What do you mean saying that the initial depth is not preserved when data bind with persistence is set to true? Please note that the GroupBy persistence of the grid is expressed in that the grouped columns won't be cleared and the data source will remain sorted. I'm not sure I understand your question correctly, therefore I'll appreciate if you explain me your requirement in more details. Waiting for your reply.
Regards,
Tsanna
The initial depth are the buttons to expand the groups. Whenever the method 'dataBind' is invoked, the grid defaults back to the 'initialExpand'. For example:
The expand properties aren't persisted. How can I coerce the grid to retain the user settings across data binds?