I'm currently working on converting a Silverlight project into an MVC project.
I'm working on a grid where the number of columns and the names of the columns are not known at design-time.
Each column in the grid, other than the first one, should contain a checkbox. I'd like each checkbox to be incell editable with a batch save option.
A screenshot of the current Silverlight version is attached.
I'm having a lot of difficulty getting this to work. I tried a few different ways by using examples found in this forum.
http://www.kendoui.com/forums/kendo-ui-complete-for-asp-net-mvc/grid/kendo-mvc-grid---data-binding-to-dynamic-object-model.aspx
So, my question is, is there a way to make a grid truly dynamic that also works with batch/incell editing?
Thanks.
I'm working on a grid where the number of columns and the names of the columns are not known at design-time.
Each column in the grid, other than the first one, should contain a checkbox. I'd like each checkbox to be incell editable with a batch save option.
A screenshot of the current Silverlight version is attached.
I'm having a lot of difficulty getting this to work. I tried a few different ways by using examples found in this forum.
http://www.kendoui.com/forums/kendo-ui-complete-for-asp-net-mvc/grid/kendo-mvc-grid---data-binding-to-dynamic-object-model.aspx
So, my question is, is there a way to make a grid truly dynamic that also works with batch/incell editing?
Thanks.