How to hide group drag-drop area text

Hello,
V3.3.0
GGC

How can I hide the text 'Drag a column here to group by that column' in the GGC's group drag-drop area?
Thanks,

Lan

1 Reply

AD Administrator Syncfusion Team November 13, 2006 04:12 AM UTC

Hi Lan,

Use the DragColumnHeaderText property of the GridGroupDropArea to change the group drop area text in a grouping grid. Here is a code snippet.

this.grid.GridGroupDropArea.DragColumnHeaderText = String.Empty;//For Hide the text.

Best Regards,
Haneef

Loader.
Up arrow icon