Sorry if this is too basic a question, just got started.
I was trying grouping in RadGrid, all went fine except in the group header, it always shows FieldNameOrAlias : FieldValue. I just want the Value in the group header, not prefixed with Name: So instead of
My Country: Argentina; My Items: 3; Group Total : $8,119.10
I want something like
Argentina 3 $8,119.10
Can this be done, declaratively or programmatically, without looping through OnItemDataBound? Thanks.
I was trying grouping in RadGrid, all went fine except in the group header, it always shows FieldNameOrAlias : FieldValue. I just want the Value in the group header, not prefixed with Name: So instead of
My Country: Argentina; My Items: 3; Group Total : $8,119.10
I want something like
Argentina 3 $8,119.10
Can this be done, declaratively or programmatically, without looping through OnItemDataBound? Thanks.