Hi! I'm using a IEnumerable<dynamic> as a model, as show in this forum thread.
http://www.kendoui.com/forums/mvc/grid/kendo-mvc-grid---data-binding-to-dynamic-object-model.aspx
But when i try to add editing option to my grid
i've got a mistake. Does Kendo UI Grid allow editing dynamic objects? Thanks.
http://www.kendoui.com/forums/mvc/grid/kendo-mvc-grid---data-binding-to-dynamic-object-model.aspx
But when i try to add editing option to my grid
.Editable(editable => editable.Mode(GridEditMode.InCell))
i've got a mistake. Does Kendo UI Grid allow editing dynamic objects? Thanks.