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

Change Text (Add new record, Refresh, Select, Cancel, Insert)

3 Answers 205 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Cécil
Top achievements
Rank 2
Cécil asked on 21 Nov 2008, 04:26 PM
Hi

I would like to change the text of the buttons (Add new record, Refresh, Select, Cancel, Insert) on the online example http://demos.telerik.com/aspnet/prometheus/Controls/Examples/Integration/RadUploadInAjaxifiedGrid/DefaultCS.aspx?product=upload

How should I proceed?

3 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 21 Nov 2008, 04:40 PM
Hello Cécil,

Try the following declaration:
<telerik:GridEditCommandColumn
 EditText
="myEdit"
 CancelText
="myCancel"
 UpdateText
="myUpdate" /> 
 
<CommandItemSettings
 AddNewRecordText
="myAddNewRecord"
 RefreshText
="myRefreshText" /> 

I hope this helps

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Cécil
Top achievements
Rank 2
answered on 21 Nov 2008, 06:04 PM
And how do I change the text of the buttons (Select, Insert, Cancel) in the upload form?
0
Shinu
Top achievements
Rank 2
answered on 24 Nov 2008, 04:40 AM
Hi Cécil,

You can set the Insert and Cancel button text as shown below.

ASPX:

   
<telerik:GridEditCommandColumn InsertText="InsertItem" CancelText="CancelOperation" ></telerik:GridEditCommandColumn> 



Thanks
Shinu.
Tags
Grid
Asked by
Cécil
Top achievements
Rank 2
Answers by
Daniel
Telerik team
Cécil
Top achievements
Rank 2
Shinu
Top achievements
Rank 2
Share this question
or