Query on ShowGroupDropArea

Hi, I have set groupinggrid.ShowGroupDropArea = true. I want to remove the text "Drag a column header here to group by that column".How to set this text to null..? Thx, Prathima

2 Replies

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

Loader.
Up arrow icon