Hi,
Is it possible to change the text "Drag a column header here to group by that column" ?
Because i have to show a text in french necessarily.
Thank you in advance,
Vincent
Me.UltraGrid1.DisplayLayout.GroupByBox.Prompt = "Drag and drop a column to group by that column."
For more settings search the online help for GroupByBox Property and there are some code snippets there.
Nick
Thank you!