Getting available Width in GridGroupingControl

Hi, i need to find a way to get the available Clientarea for my columns in a GridGroupingControl. I can get the width of the control itself but how can i get the width without any gridspecific items (e.g. the Expand plus or the arrow selecting the current row). thanks, Oliver

1 Reply

AD Administrator Syncfusion Team November 17, 2004 10:16 AM UTC

In the 3.0 code base, a couple of methods have been added that you can use to get this information. this.gridGroupingControl1.Table.GetTotalRowHeadersAndIndent this.gridGroupingControl1.Table.GetTotalWidthOfTable.

Loader.
Up arrow icon