I am using the RadGrid for the first time
I need to change the language in french so i am using RadGrid.Main.resx
The only problem i can't find where to modify the text for the edit in the resx file.
Please refer the the link below to know wich edit button i mean.
Look just before ProductID
Any idead tks in advance!
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/popupeditform/defaultcs.aspx
Luc
I need to change the language in french so i am using RadGrid.Main.resx
The only problem i can't find where to modify the text for the edit in the resx file.
Please refer the the link below to know wich edit button i mean.
Look just before ProductID
Any idead tks in advance!
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/popupeditform/defaultcs.aspx
Luc
4 Answers, 1 is accepted
0
Hi Luc ,
I am glad to announce that this feature is available with Q3 2010 Beta release of RadControls for ASP.NET AJAX.
Regards,
Pavlina
the Telerik team
I am glad to announce that this feature is available with Q3 2010 Beta release of RadControls for ASP.NET AJAX.
Regards,
Pavlina
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
0
Luc Émond
Top achievements
Rank 1
answered on 09 Nov 2010, 02:31 PM
Hi tks for the response but i just found it!
<Columns>
<telerik:GridEditCommandColumn EditText="Modifier"></telerik:GridEditCommandColumn>
<telerik:GridBoundColumn UniqueName="strNom" HeaderText="Nom" DataField="strNom" />
<telerik:GridBoundColumn UniqueName="strDescription" HeaderText="Description" DataField="strDescription" />
<telerik:GridBoundColumn UniqueName="bitActif" HeaderText="Actif" DataField="bitActif" />
</Columns>
<Columns>
<telerik:GridEditCommandColumn EditText="Modifier"></telerik:GridEditCommandColumn>
<telerik:GridBoundColumn UniqueName="strNom" HeaderText="Nom" DataField="strNom" />
<telerik:GridBoundColumn UniqueName="strDescription" HeaderText="Description" DataField="strDescription" />
<telerik:GridBoundColumn UniqueName="bitActif" HeaderText="Actif" DataField="bitActif" />
</Columns>
0
Hi Luc,
More information about how to localize the Edit/Update/Cancel buttons text is available here:
Localizing edit command column
Sincerely yours,
Pavlina
the Telerik team
More information about how to localize the Edit/Update/Cancel buttons text is available here:
Localizing edit command column
Sincerely yours,
Pavlina
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
0
Luc Émond
Top achievements
Rank 1
answered on 09 Nov 2010, 03:25 PM
Hi perfect tks i will go check!
Luc
Luc