Is it possible to use the kendo UI grid as a property grid?
Implementing custom editors at the column level is demontrated at:
http://demos.kendoui.com/beta/web/grid/editing-custom.html
A property grid (two columns: property, value) requires an implementation of custom editors at the cell level.
Would you have a sample including non kendo UI custom editors (e.g. a color picker)?
Implementing custom editors at the column level is demontrated at:
http://demos.kendoui.com/beta/web/grid/editing-custom.html
A property grid (two columns: property, value) requires an implementation of custom editors at the cell level.
Would you have a sample including non kendo UI custom editors (e.g. a color picker)?