Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
columns: [
{ field: "Choices", title: "My Choices", width: "150px",
editor: function(container, options) {
$('<
input
data-text-field
=
"Name"
data-value-field
data-bind
"value:' + options.field + '"
/>').appendTo(container).kendoComboBox({
dataSource: {
data: myChoicesArray
},
dataValueField: "Value",
dataTextField: "Name",
autobind: true
});
}
{ command: ["edit", "destroy"], title: " ", width: "210px" }
],