I'm using UltraGrid and it has group by rows (ultragridgroupbyrow).
Below is layout
GroupByRow
GridRow
how can i make group by row and rows beneath it align to left like below
i don't want any spacing on left side of GridRow.
Thanks,
Kiran
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 EngineerInfragistics, Inc.
Thanks for such a quick reply.
-Kiran