How to refresh nested table data

Hi,
i need to refresh data displayed in a hierarchical grid view.
To refresh data i set the datasource property to the new data source (this new datasource reflects changes due to external edit operations). This works for main data (note the Engine.SourceListSet.ClearAllWhenEngineSourceListChanged = False), but i have difficult to refresh child data. When i set the new child datasource the relation structure is lost and runtime error occur because columns are no more recognized.
What is the right way to set refreshed datasource in a child view?

Thank you
Maurizio Selvaggini

see attachment file for details.



refresh_child_view_grid_c70047e.zip

1 Reply

BM Bharath M Syncfusion Team January 25, 2010 05:26 PM UTC

Hi Maurizio,

Thank you for your interest in Syncfusion products.

Sorry for delay in response. We suggest you to set the below property when you set the source list set from the List.

gridPDS.Engine.SourceListSet("childx").Name = "childx";

Let me know if you have any concerns.

Regards,
Bharath M

Loader.
Up arrow icon