We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

setting childTableOptions

I have a gridGroupControl attached to a datasource what has an inner table (going through the relation). I dissabled the themes (themesEnabled = false), and I see that reflected for the main table, but not for the child table. How can I change the look-and-feel for the childTable? I tried: Syncfusion.Windows.Forms.Grid.Grouping.GridTableOptionsStyleInfo gto = new Syncfusion.Windows.Forms.Grid.Grouping.GridTableOptionsStyleInfo(); gto.ShowRowHeader = false; gridRelationDescriptor1.ChildTableDescriptor.set_TableOptions(gto); But this does not seem to be valid.

1 Reply

AD Administrator Syncfusion Team March 6, 2004 01:03 PM UTC

Try changing the NestedTableGroupOptions.

Loader.
Live Chat Icon For mobile
Up arrow icon