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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -