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

[Solved] How i change the text of the Select command button?

3 Answers 181 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Henrique Potter
Top achievements
Rank 1
Henrique Potter asked on 12 Jul 2010, 09:33 PM

It always comes with the text "select"  i would like to change it to my language "Selecionar" but icanĀ“t find any property to do it.

It seems so basic to me be able to change the buttons text what am i missing?!

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 13 Jul 2010, 06:42 AM
Hello Henrique Potter,

I suggest you check the localization help topic.

Regards,
Atanas Korchev
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
A
Top achievements
Rank 1
answered on 02 Dec 2010, 01:33 AM

 

 

function document_ready() {
 $('.t-grid-select').text("MyText");
}

0
Matthew
Top achievements
Rank 1
answered on 03 Jan 2011, 08:44 PM
I would like to do the same thing as the OP (change the text from "Select" to "View"), but this isn't really a "Localization" issue.

Is there another approach to this?  (that doesn't involve Javascript.)
Tags
Grid
Asked by
Henrique Potter
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
A
Top achievements
Rank 1
Matthew
Top achievements
Rank 1
Share this question
or