i am using datatable and editor in mvc
i am using datatable and editor in mvc
kargenc
Posts: 3Questions: 2Answers: 0
can i get an example for bubble edit and update with mvc controller? i get an error length property not defined after call mvc update method
or how can i use update delete edit in client side json model?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
The Editor .NET download includes bubble editing examples. It uses WebAPI controllers, rather than MVC since WebAPI generally fits better with Editor, but you can also use an MVC controller as described here.
Allan