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
715
Regarding ultragridgroupbyrow spacing
posted

I'm using UltraGrid and it has group by rows (ultragridgroupbyrow).

Below is layout 

 

GroupByRow

      GridRow

      GridRow

how can i make group by row and rows beneath it align to left like below

GroupByRow

GridRow

GridRow

i don't want any spacing on left side of GridRow.

 

Thanks,

Kiran

Parents
  • 2501
    Verified Answer
    posted

    Hello Kiran,

    Thank you for posting your question to the Infragistics WinGrid Forums.  You can set the indentation of a Band's GroupBy rows by setting the IndentationGroupByRow property. The value of this property is the number of pixels by which the GroupBy rows of a Band will be offset from the left edge of that Band.  If the IndentationGroupByRow property is set to 0, then all of the GroupBy rows will be flush against the left edge of the Band that they are in.

    More information on how to Indent GroupBy Rows may be found at the following link to the Infragistics NetAdvantage Online Help for WinClient:

      <http://help.infragistics.com/Help/NetAdvantage/WinForms/2009.1/CLR2.0/html/WinGrid_Indent_GroupBy_Rows.html>

    Please let me know if this information helps or if you have any questions.

    Sincerely,
    Mike D.
    Developer Support Engineer
    Infragistics, Inc.

Reply Children
No Data