This is a migrated thread and some comments may be shown as answers.

Modify left Indent/margin when using groups

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 05 Mar 2009, 03:03 PM
When using group by expression, the child objects have a left margin.  How can I modify the length of the indent/padding?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 06 Mar 2009, 10:09 AM
Hi,

You can try the following approaches:
  • Set the GridGroupSplitter columns widths to 0 or 1px and resizable to false;
  • Change programmatically, the style of the group header items (based on the group level)  in the ItemDataBound event handler

Thanks,
Shinu
Tags
Grid
Asked by
Patrick
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or