ggc: Edit the ''Drag a column header...'' - text

Hello!

I want to translate the text 'Drag a column header here to group by that column' (in the DropDownArea of a ggc into another language.

But I can't find the property I have to edit.

How can I solve the problem?


Regards
Falk

2 Replies

HA haneefm Syncfusion Team November 2, 2007 05:49 PM UTC

Hi Falk,

You can 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


FA Falk November 5, 2007 06:41 AM UTC

Thank you very much!

I didn't see the wood for the trees. :-)



Regards
Falk

Loader.
Up arrow icon