I am totally new to Kendo UI, and I am starting my first lines of code with it. My intention is to build a grid with CRUD operations on remote data (PHP + MySQL backend).
Starting from the start, I want to create a kendo.data.Model for the grid rows... I have not found documentation about it, so I read blog posts, a few forum threads, and also browsed the source code.
From this research, this is what I have found as available options for each one of the fields definition in the model:
Thank you!
Starting from the start, I want to create a kendo.data.Model for the grid rows... I have not found documentation about it, so I read blog posts, a few forum threads, and also browsed the source code.
From this research, this is what I have found as available options for each one of the fields definition in the model:
- nullable
- editable
- defaultValue
- type
- parse
- format
Thank you!