How to update tree without collapsing?

Hi, I have one parent table with one or two levels of child as the datasource of my tree grid. Whenenver I update value in a child, or insert a new parent, or delete a child/parent, the tree collapse. Is there any way to prevent collasing while updating the tree? Thanks Chris

2 Replies

AD Administrator Syncfusion Team May 19, 2005 06:38 PM UTC

If you use a GridGroupingControl, this should not be a problem. But with a GridDataBoundGrid, it is. Here is a forum thread that shows how you can approach this. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=9290


AD Administrator Syncfusion Team May 19, 2005 07:37 PM UTC

thanks >If you use a GridGroupingControl, this should not be a problem. But with a GridDataBoundGrid, it is. Here is a forum thread that shows how you can approach this. > >http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=9290 > >

Loader.
Up arrow icon