If I have GridView multi-level grouping how can I remove the empty "Group Name" levels, See the attachment.
Thanks in advance...
Regards,
Mina
2 Answers, 1 is accepted
0
Dimitrina
Telerik team
answered on 02 Jan 2013, 08:33 AM
Hello Mina,
Those elements are actually the indent cells for the grouped row and they are created when the grid has been grouped. As you noticed, there is one indent cell for each group. Please note that if you remove the indentation, all groups will be displayed one bellow the other.
Hi,
Actual this not what I need to style this indent cells, if there is any event that I can override to control the grouping issue and avoid this empty groups please tell me.