GridGroupingControl / UniformChildList

Is it possible to add column definitions (to have more control about the columns and properties that are displayed) when displaying a hierarchy by using the UniformChildList as RelationKind.

Best Regards,
Michael

1 Reply

BP Bhuvaneswari P Syncfusion Team October 29, 2007 12:26 PM UTC

Hi Michael,

Thanks for you interest in Syncfusion products.

If your intention is to change the column definition, please refer the below code snippet to do so.

this.grid.TableDescriptor.Columns[0].HeaderText = "Name";
this.grid.TableDescriptor.Columns[1].HeaderText = "Descriptor";
this.grid.TableDescriptor.Columns[2].HeaderText = "Value";


Please download the sample from the below link:
http://websamples.syncfusion.com/samples/Grid.Windows/F%2069298/main.htm

Please let me know if you have any other queries.

Best Regards,
Bhuvana


Loader.
Up arrow icon