Hi,
I have a "Create" form in my MVC application that has some fields like firstName, lastName... and a Kendo grid. The grid has two columns (namve/value pairs).
I can't create the values in the grid until I create the rest of the form. I need to post all of the data on the form back at the same time.
Is there a way to post the grid data along with the rest of the form data?
I have a "Create" form in my MVC application that has some fields like firstName, lastName... and a Kendo grid. The grid has two columns (namve/value pairs).
I can't create the values in the grid until I create the rest of the form. I need to post all of the data on the form back at the same time.
Is there a way to post the grid data along with the rest of the form data?