We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Remove type name from GroupDropArea

I use the GridGroupingControl together with the ObjectDataSource. This source returns the ArrayList and this type name is displayed instead of the "table name" in drop area, which is quite cnfusing for end users. I have not found any way how to remove it, I just need to have the caption there. Is it possible to customize or hide the type/table name from the drop area?


2 Replies

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.


Loader.
Live Chat Icon For mobile
Up arrow icon