No entire model is getting posted back to controller.
No entire model is getting posted back to controller.
Sushant15
Posts: 1Questions: 1Answers: 0
I am using datatable to display list<model> in view. I have kept page size to display 10 rows at a time. user can change the values inside the table. But when user clicks on 'Submit' button, it posts only those 10 records to controller and not the entire list<model>.
Thanks in advance
This discussion has been closed.