Tagged Questions
3
votes
2answers
993 views
MVCContrib grid and posting back with model binder
The contents of my MVCContrib grid come from the Model on a strongly typed View. When a post is made, the contents of the grid are not in the model object when it returns to the controller. I can see ...