Multi-row editing with MVC
Multi-row editing with MVC
RGIDA
Posts: 7Questions: 3Answers: 0
I see the example for Multi-row editing, what i don't see is an example of how to use this with asp.net MVC.
Is the example a working version. It looks a little confusing.
Has anyone tried this with .net?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
How do you have the controller setup? The documentation here shows how the DataTables.dll can be used to provide multi-row editing ability in MVC.
Allan
Im currently using the datatable for just normal display, I was just confused about where I would call the crud action call.
The
ajax
option would typically be used to specify the path for the CRUD action(s), and the router in MVC would point it to the correct controller.Allan
Thanks, Allan. I think I just got bogged down overanalyzing the example.