My apologies! I have unintentionally published the post and now it doesn't allow me to edit it.
Here is my question again:
I have a view based on a ViewModel. This View Model has one complex property which is a collection. And I have a grid for CRUD operations of that collection.
When ever I submit this form the list is always null in the controller.
I found this stackoverflow post with a similar scenario but in .NET MVC:
If you want to submit the changes within the Grid on submitting a Form you will have to use the suggested approach in the forum thread. The same approach is demonstrated in the following HowTo article: