Using the Telerik ASP.NET grid, when you group the default text that shows up in the grid group header is
FIELDNAME: FIELDDATA
If you include
HeaderText = "myGroupHeaderText"
You'll get
myGroupHeaderText: FIELDDATA
What if you only want
FIELDDATA?