This is a migrated thread and some comments may be shown as answers.

GridView doesn´t recognize CurrentCulture

1 Answer 25 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Frank
Top achievements
Rank 1
Frank asked on 27 May 2011, 03:37 PM
Hello,

we face the problem, that the RadGridView doesn´t recognize the CurrentCulture (German). In designer of Visual Studio the text of GroupPanel is in German as expected, but when starting the application, the text of GroupPanel is in English (see Attachments)

Even in the following simple example, it´s the same problem:

<telerik:RadGridView x:Name="AddressesResultGrid" AutoGenerateColumns="False" ShowGroupPanel="True" RowIndicatorVisibility="Collapsed" CanUserDeleteRows="False" CanUserInsertRows="False" CanUserReorderColumns="True" CanUserSortColumns="True" IsReadOnly="True" Margin="0,40,0,6">
  <
telerik:RadGridView.Columns>
    <
telerik:GridViewDataColumn DataMemberBinding="{Binding CmpName}"/>
    <
telerik:GridViewDataColumn DataMemberBinding="{Binding Street}" />
    <
telerik:GridViewDataColumn DataMemberBinding="{Binding Country}" />
    <
telerik:GridViewDataColumn DataMemberBinding="{Binding Postcode}"/>
    <
telerik:GridViewDataColumn DataMemberBinding="{Binding City}"/>
    <
telerik:GridViewDataColumn DataMemberBinding="{Binding AddressNr}" />
  </
telerik:RadGridView.Columns>
</
telerik:RadGridView>

1 Answer, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 28 May 2011, 07:49 AM
Hi Frank,

 
You should localize RadGridView, please check our "Localization" demo for further info.


Best wishes,
Vanya Pavlova
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Frank
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Share this question
or