I have an mvc form with some form fields and a kendo grid. I make some changes in the form fields and a few row changes in the grid, then I have a single save button at the bottom of the page to save this all.
The save needs to all happen in a single transaction so I can't just call the grid to save, I need to handle the data.
Is there any way other than keeping track of changed rows through the change event?
The save needs to all happen in a single transaction so I can't just call the grid to save, I need to handle the data.
Is there any way other than keeping track of changed rows through the change event?