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

GGC: Formatting the group drop area

Hi, I''d like to know how to change texts at the group drop area of a Grouping Grid Control. Is it possible to set the caption and the default text of the drop box ("drag a column header here...")? Thanks in advance Roberto Obispo

2 Replies

AD Administrator Syncfusion Team September 27, 2005 12:17 PM UTC

Hi Roberto You can make use of the following code to have your own name for the Table Name displayed in GroupDropArea as well as for the Caption text. this.gridGroupingControl1.TableDescriptor.Name = "Customized Name for the Table"; this.gridGroupingControl1.GridGroupDropArea.DragColumnHeaderText = "Drag a Column Header here ...."; Regards Mouli.


RO Roberto Obispo October 5, 2005 09:59 AM UTC

Thanks a lot, that''s exactly what I was looking for . Best regards Roberto

Loader.
Live Chat Icon For mobile
Up arrow icon