Hello,
There is a really nice example of DropDownLists in InCell-Grids in the MVC-examples which come with KendoUI ("Editing Custom Editor"). It works really nice and I need exactly the same thing, with one exception: I need to be able to add new rows to a grid. This is where the example totally fails.
If I add the toolbar.Create() functionality and try to add a new line it always says "Microsoft JScript runtime error: 'Employee' is undefined"
Here is how I changed the toolbar:
Is there any solution how this example works using a Create()-Button?
Thanks,
Mathias
There is a really nice example of DropDownLists in InCell-Grids in the MVC-examples which come with KendoUI ("Editing Custom Editor"). It works really nice and I need exactly the same thing, with one exception: I need to be able to add new rows to a grid. This is where the example totally fails.
If I add the toolbar.Create() functionality and try to add a new line it always says "Microsoft JScript runtime error: 'Employee' is undefined"
Here is how I changed the toolbar:
.ToolBar(toolBar => { toolBar.Save(); toolBar.Create().Text("Add row!"); })
Is there any solution how this example works using a Create()-Button?
Thanks,
Mathias