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

Toolbar cancel changes button text

1 Answer 369 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jan Erik
Top achievements
Rank 2
Jan Erik asked on 16 Jan 2013, 10:21 AM
How do I change the text of the "Cancel changes" button on a toolbar of a grid?


Regards,
Jan Erik

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 17 Jan 2013, 08:29 AM
Hi Jan,

You can change the text of the "Cancel changes" button in a Grid's toolbar through the configuration options. For example: 

//....
.ToolBar(toolbar =>
   {
   toolbar.Save().CancelText("CustomCancel");
   })
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Jan Erik
Top achievements
Rank 2
Answers by
Iliana Dyankova
Telerik team
Share this question
or