deleting multiple rows - a potentially dangerous...

deleting multiple rows - a potentially dangerous...

montoyammontoyam Posts: 568Questions: 136Answers: 5

I have a datatable where I want to allow deleting all records (usually between 100 and 200 records). I get an error when the user clicks 'Delete'. I see the following discussion, but not sure how to use it in my asp.net MVC project.
https://datatables.net/forums/discussion/58944

Where do I use: response.Unvalidated ?

This question has an accepted answers - jump to answer

Answers

  • montoyammontoyam Posts: 568Questions: 136Answers: 5
    Answer ✓

    ah, nevermind....

    in my controller, I changed .Process() to:

    .Process(request.Unvalidated)
    
This discussion has been closed.