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

ColorPicker Localization

1 Answer 131 Views
ColorPicker
This is a migrated thread and some comments may be shown as answers.
Michel
Top achievements
Rank 1
Michel asked on 29 Sep 2016, 02:26 PM

Is there a way to localize the apply button or to access to the text of the Apply button ? (and cancel of course)

I'm using Asp.net Core MVC application with Kendo.MVC 2016.2.617 version.

Best regards

 

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 04 Oct 2016, 06:42 AM

Hello Michel,

 

Typically, you can change any messages of the ColorPicker widget through the Messages method of the helpers.

 

Here you are a sample:

@(Html.Kendo().ColorPicker()
    .Messages(msg => msg.Apply("MyApply"))
    .Name("picker")
    .Value("#ffffff")
    .Events(events => events.Select("preview"))
)

 

 

Regards,
Ianko
Telerik by Progress
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 Feedback Portal and vote to affect the priority of the items
Tags
ColorPicker
Asked by
Michel
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or