MA
Manikandan
Syncfusion Team
February 17, 2011 09:07 AM UTC
Hi Mohammed,
Thanks for using Syncfusion Products.
Yes you can remove the header row of the child table by setting its height as 0. But there is no support to set the parents header to child table, if needed you can change the header text of child as parent.
Code Snippet [C#]
foreach (var Relation in this.dataGrid.Relations)
{
Relation.TableProperties.DefaultHeaderRowHeight = 0;
}
Please let us know if you have any queries.
Regards,
Manikandan J R.