AD
Administrator
Syncfusion Team
February 9, 2007 05:31 PM UTC
Hi Chris,
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 = "your Text Here";
Best Regards,
Haneef