Prevent expanding hierarchy

I have a GGC whose datasource is set to the default view of a datatable. There are two child tables in the dataset and the GGC is showing the "+" and I''d like to suppress the display of it.

1 Reply

AD Administrator Syncfusion Team July 28, 2004 02:18 PM UTC

Try calling tabledescriptor.Relations.Clear(). This should prevent the GridGroupingControl from auto-populating the relations.

Loader.
Up arrow icon