BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Taylour,
We have prepared a simple sample based on the provided reported
scenario and have grouped a column based on that.
Code Snippet:
//Group the required column.
this.gridGroupingControl1.TableDescriptor.GroupedColumns.Add("Title");
Sample: https://s3.amazonaws.com/files2.syncfusion.com/dtsupport/directtrac/138610/Shipped_Sample_Dashboard-314647872.zip
Please refer to the attached sample.
Regards,
Arun.
Hi Taylour,
Sorry for the inconvenience caused.
Please refer to the modified simple Gridgrouping control sample
with grouping.
Sample: http://www.syncfusion.com/downloads/support/directtrac/139966/ze/Grid_Sample1044522986
Regards,
Arun.
Please refer to the modified simple Gridgrouping control sample with grouping.
Code Snippet: this.gridGroupingControl1.TableDescriptor.GroupedColumns.Add("Title"); //Remove the Grouped column from visiblity, to have property grid like appearnce. this.gridGroupingControl1.TableDescriptor.VisibleColumns.Remove("Title"); //Used expand all the groups. this.gridGroupingControl1.Table.ExpandAllGroups(); |
Sample: http://www.syncfusion.com/downloads/support/forum/119296/ze/Grid_Sample-1603944597
Please let us know if you have any further concerns.
Regards,
Arun.