Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
495
Group By Rows Padding/Alignment In UltraGrid
posted

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

Parents
  • 23930
    Verified Answer
    Offline posted

    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.

Reply Children
No Data