I have a grid view displaying some grouped by rows as displayed in attachment file - Grid 1
On the left side of the Grid 1 of the rows just before the red error image there is a gap. How to get rid of it so the grid would look like in the Grid 2 - second image in the attachment file?
Kind Regards
Rasa Rin
Hello,
Thank you very much, It solved my problem.
Hello Rasa,
Thank you for contacting Infragistics Developer Support.
What you can do is to set the IndentationGroupByRow of the UltraGridBand to “0”. You can do that by using the following line:
ultraGrid1.DisplayLayout.Bands[0].IndentationGroupByRow = 0;
Please let me know if you have any additional questions.