i am using datatable and editor in mvc

i am using datatable and editor in mvc

kargenckargenc 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

Answers

  • allanallan Posts: 63,791Questions: 1Answers: 10,513 Site admin
    Answer ✓

    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

This discussion has been closed.