This is a migrated thread and some comments may be shown as answers.

API reference for Kendo UI objects

0 Answers 39 Views
Documentation and Tutorials
This is a migrated thread and some comments may be shown as answers.
Lutz
Top achievements
Rank 1
Lutz asked on 10 Jul 2013, 12:24 PM
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
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

No answers yet. Maybe you can help?

Tags
Documentation and Tutorials
Asked by
Lutz
Top achievements
Rank 1
Share this question
or