HI,
In my grid I have fixed one Field as default Grouping field but i want to localize its text from code behind. How to do it?
My code as:
I want to change
# I am able to localize other columns on radGr1_GroupsChanging event but how to do for default Group?
In my grid I have fixed one Field as default Grouping field but i want to localize its text from code behind. How to do it?
My code as:
<GroupByExpressions> <telerik:GridGroupByExpression > <SelectFields > <telerik:GridGroupByField FieldAlias="Engagement Name" FieldName="EngName" FormatString="{0:d}"></telerik:GridGroupByField> </SelectFields> <GroupByFields > <telerik:GridGroupByField FieldName="EngNameWithID" HeaderText="Engagement Name"></telerik:GridGroupByField> </GroupByFields> </telerik:GridGroupByExpression></GroupByExpressions>I want to change
HeaderText="Engagement Name" as per localization.# I am able to localize other columns on radGr1_GroupsChanging event but how to do for default Group?
Thanks.....