I want to implement master - details concept in asp.net mvc with kendoui.
Basically I have one mvc view to capture master record info. In the same view I want to add multiple detail records using kendo grid (like invoice).
I have successfully achieved the master entry part but details are not saved. I have checked the controller action method the child entities are not added in the master entity. It always shows as empty list.
I am using EF 5 and MVC 4 with Unit Of Work pattern. I am new to these technologies. I would appreciate if someone help to solve this problem.
Basically I have one mvc view to capture master record info. In the same view I want to add multiple detail records using kendo grid (like invoice).
I have successfully achieved the master entry part but details are not saved. I have checked the controller action method the child entities are not added in the master entity. It always shows as empty list.
I am using EF 5 and MVC 4 with Unit Of Work pattern. I am new to these technologies. I would appreciate if someone help to solve this problem.