Hi,
I have groupbyexpressions in my grid as below:
<
telerik:GridGroupByExpression>
<SelectFields>
<telerik:GridGroupByField FieldName="Date" ></telerik:GridGroupByField>
</SelectFields>
<GroupByFields>
<telerik:GridGroupByField FieldName="Date" FormatString="{0:D}"></telerik:GridGroupByField>
</GroupByFields>
</telerik:GridGroupByExpression>
I want to hide the text 'Date' from the header and just display the actual value. I also want the value to be displayed in bold.
Please suggest.