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

Change edit for the RadGrid

4 Answers 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Luc Émond
Top achievements
Rank 1
Luc Émond asked on 08 Nov 2010, 08:06 PM
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

4 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 09 Nov 2010, 02:16 PM
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
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>
0
Pavlina
Telerik team
answered on 09 Nov 2010, 03:16 PM
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
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
Tags
Grid
Asked by
Luc Émond
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Luc Émond
Top achievements
Rank 1
Share this question
or