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 ?