The Xceed datagrid provides drag and Drop option to group data by any column. But the level of indent for all groups is by default made zero. How to provide proper indent for the groups. For Eg:
ParentGroup_Level1
ChildGroup_Level2
ChildGroup_Level3
Data
Data
ChildGroup_Level2
ChildGroup_Level3
Data
Data
Should I modify the Datagrid's template? Please help.