GridGroupDropArea formatting

Hi,

we are using a GGC with GridGroupingArea enabled. The area displays some text like:

Example Parameters Drag a column header here ...

Now I want to remove the first part of the text so that only the "Drag a column header here to group..." part is visible. How can this be achieved?

Cheers,
Chris

1 Reply

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

Loader.
Up arrow icon