RS
Rajarajeswari S
Syncfusion Team
October 21, 2008 06:32 AM UTC
Hi Alex,
Sorry for the delay in getting back to you.
The Name which is displayed on the GroupDropArea is the name of the TableDescriptor of the GridGroupingControl.
We can remove this by setting empty string to the TableDescriptor "Name" property. Please refer the below code snippet which illustrates this:
this.GridGroupingControl1.TableDescriptor.Name = "";
Please try like this, and let us know if this helps you out.
Regards,
Raji
AZ
Alexey Zimarev
October 21, 2008 12:05 PM UTC
Yes, thank you, the solution you proposed is acceptable.