How do I change the text displayed in the GroupDropArea of GridGroupingControl?
The GroupDropAreaText property can be used to specify the text that is displayed in the group drop area when there is no Grouping.
C#
this.GridGroupingControl1.GroupDropAreaText = "Apply whatever text you want using GroupDropAreaText property";
VB
Me.GridGroupingControl1.GroupDropAreaText = "Apply whatever text you want using GroupDropAreaText property"
Sample: