AD
Administrator
Syncfusion Team
May 25, 2005 08:17 AM UTC
In version 3.2.1.0, there is a property that controls this:
this.gridGroupingControl2.GridGroupDropArea.DragColumnHeaderText = "Some Text";
In earlier versions, you cahve to handle an event. See this forum thread for a sample.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=19661
PV
Prathima Venkobachar
May 25, 2005 10:13 AM UTC
Thx it works fine
>In version 3.2.1.0, there is a property that controls this:
>
>this.gridGroupingControl2.GridGroupDropArea.DragColumnHeaderText = "Some Text";
>
>
>In earlier versions, you cahve to handle an event. See this forum thread for a sample.
>http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=19661