Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
AI-Enhanced UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
I want to change the default text for update and cancel commands when inline editing (edit and destroy commands are not problem). How can I do that?
Also, is it possible to have both inline and popup editing in the same row (but with different commands) ?
Thanks
(sorry for my bad english:)
Me too... Actually i have a hack in the DataBound event of the grid:
$(".k-grid-edit").html('<
span
class
=
"k-icon k-edit"
></
>');
$(".k-grid-delete").html('<
"k-icon k-delete"
But that's not working when the popup editor is shown and some user inputs are done.
toolbar: [
{ name:
"create"
, text:
"Add record"
},
"edit"
"Enter edit mode"
"cancel"
"Cancel Pending Changes"
"save"
"Save This Record"
"destroy"
"Remove Record"
}
],