SR
Sri Rajan
Syncfusion Team
April 24, 2008 02:32 PM UTC
Hi John,
Thank you for your interest in Syncfusion products.
You need to set TableOptions.IndentWidth to some integer value toset the padding between the children rows and the left border/margin. IndentWidth is used to set the Width in pixel of indentation of each child group. Here is the sample to code which implements this task.
this.gridGroupingControl1.TableOptions.IndentWidth = 100;
(Below code is the another way to achieve this behaviour)
this.gridGroupingControl1.Table.DefaultIndentWidth = 50;
Please let me know if this helps.
Best Regards,
Srirajan