Multi-row editing with MVC

Multi-row editing with MVC

RGIDARGIDA 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

Answers

  • allanallan Posts: 61,726Questions: 1Answers: 10,109 Site admin

    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

  • RGIDARGIDA Posts: 7Questions: 3Answers: 0

    Im currently using the datatable for just normal display, I was just confused about where I would call the crud action call.

  • allanallan Posts: 61,726Questions: 1Answers: 10,109 Site admin
    Answer ✓

    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

  • RGIDARGIDA Posts: 7Questions: 3Answers: 0

    Thanks, Allan. I think I just got bogged down overanalyzing the example.

This discussion has been closed.