GridGroupingControl setting GroupedColumns through Xml.Urgent

Hello,
I am using GridGroupingControl of Syncfusion version 6.3.1.8. I reading the datasource from an XML.However I am not able to set any particular column to behave as a groupedcolumn.Can u provide me with a sample application?This is very urgent.


2 Replies

AD Administrator Syncfusion Team September 29, 2008 03:04 AM UTC

I want to set some property for the column in the XML datasource, so as to make it a groupedcolumn of GGC.Can u please provide me a sample application?



NA Nisha Arockiya A Syncfusion Team September 29, 2008 12:23 PM UTC

Hi Keshav,

Thanks for your interest in Syncfusion products.

You can set header column grouping using ShowGroupDropArea of GridGroupingControl after loading datasource from XML.
Please refer to the following code snippet.

this.gridGroupingControl1.ShowGroupDropArea = true;


You can refer to the sample code in the following location.
http://websamples.syncfusion.com//samples/Grid.Windows/Development/GGC_ReadOnlyColumn.zip

Please let me know if this helps.

Regards,
Nisha




Loader.
Up arrow icon