Hi Currently I working on Telerik grid control to fit my requirements.
I am using proper
<
GroupByExpressions>
<telerik:GridGroupByExpression>
<SelectFields>
<telerik:GridGroupByField FieldName="MonthName" HeaderText=" " />
<telerik:GridGroupByField FieldName="Year" HeaderText=" " />
</SelectFields>
<GroupByFields>
<telerik:GridGroupByField FieldName="MonthName" HeaderText=" " />
<telerik:GridGroupByField FieldName="Year" HeaderText=" " />
</GroupByFields>
</telerik:GridGroupByExpression>
after implementation, group headers are showing as e.g. :December; : 2010
I want to format this text and remove ':' and ';' and replacewith some other special characters.
Please help me out.