MC
Manickam Chidambaram
Syncfusion Team
January 21, 2011 09:33 PM UTC
Hi Ritesh,
Thanks for your interest in Syncfusion Products.
Your requirement of removing the nested items in the list collections when bind as Grid Grouping control’s DataSource can be achieved by removing GridGroupoingControl.TableDescriptor.Relations. Please refer the below code snippet.
[CodeBehind-C#]
//Page Load
//to remove the nested items
this.GridGroupingControl2.TableDescriptor.Relations.Clear();
Please try the above suggestion and let us know if any concerns.
Regards,
Manickam