kendo ui - Configure all popup editor buttons in KendoGrid to display 'Save' or 'Add' instead of 'Update' -
in popup editor in kendogrid, default buttons (if not specified), "update" , "cancel".
if have lot of popup editors in different pages, kendo provide specific config file can write scripts popup editors must have button of "save" or "add" , "cancel" instead of having "update" , "cancel"?
you can @ these @ runtime per control kendo.ui.<widget-name>.prototype.options.messages
, in source @ src/messages/kendo.messages.en-us.js
. (en-us example, see section on localization )
Comments
Post a Comment