Unable form post with searching of DataTable
Unable form post with searching of DataTable
Hi,
I am using DataTable with MVC application. DataTable uses for edit the data and also having checkbox on first column to select update row. When we update rows and select check box regards those rows with/without sorting, it properly work with form post to mvc action method.
It does not work when we search data on DataTable and select updated rows with select checkbox then it post null values to mvc action.
To populate DataTable, I used list of model class in View.
Please help me if I miss something here or what I should follow to achive with searching functionality.