Hello,
I have the problem, that I can“t found a complete reference to the objects of your Kendo UI. All what I found are examples like this:
http://docs.kendoui.com/api/framework/datasource#configuration-schema.model
But where are the complete description - with all possible attributes - of the object "model" or of the object "field" ?
Regards,
Lutz
I have the problem, that I can“t found a complete reference to the objects of your Kendo UI. All what I found are examples like this:
http://docs.kendoui.com/api/framework/datasource#configuration-schema.model
var dataSource = new kendo.data.DataSource({ //.. schema: { model: { id: "ProductID", fields: { ProductID: { //this field will not be editable (default value is true) editable: false, // a defaultValue will not be assigned (default value is false) nullable: true },But where are the complete description - with all possible attributes - of the object "model" or of the object "field" ?
Regards,
Lutz