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