Hello,
I have few text box, drop down list controls and grid entry also. I would like to hit the save button once which should save the grid entries and other control values as well. I would disable the grid save button and I will use the main save. I have model which has the sub-collection binds the value to the grid. For example,
Model
-------------
Name, -> textbox
Age, -> textbox
Qualifications (collections) - user can add n number of entries -> grid
Qualification collection will have
Degree,
Year of completion,
Grade.
I am able to display the values when I bind with the sub-collection. When I hit the save button, the model sub-collection does not get update with the entered / modified values in the server-side. I have tried the below link also which could not solve my issue.
http://www.kendoui.com/forums/mvc/grid/grid-toolbar-functioality-outside-grid.aspx
Is there any other ways to solve this issue?
Regards,
Murugan
I have few text box, drop down list controls and grid entry also. I would like to hit the save button once which should save the grid entries and other control values as well. I would disable the grid save button and I will use the main save. I have model which has the sub-collection binds the value to the grid. For example,
Model
-------------
Name, -> textbox
Age, -> textbox
Qualifications (collections) - user can add n number of entries -> grid
Qualification collection will have
Degree,
Year of completion,
Grade.
I am able to display the values when I bind with the sub-collection. When I hit the save button, the model sub-collection does not get update with the entered / modified values in the server-side. I have tried the below link also which could not solve my issue.
http://www.kendoui.com/forums/mvc/grid/grid-toolbar-functioality-outside-grid.aspx
Is there any other ways to solve this issue?
Regards,
Murugan