This question is locked. New answers and comments are not allowed.
Hi,
I have a form with some fields, and a tabstrip. There are 2 tabs on the tabstrip. Each of the corresponding partial views has a grid each.
I have a submit button on the main form. I can post the form data and invoke grid.submitChanges when i have only one grid (oir even multiple grids on the same partial view). However, i am unable to figure out how to invoke submitChanges on a grid which is not on the current partial view.
Form
HTML Fields
Tab Strip
Tab1 - Grid1 - on tab1.aspx (partial view)
Tab2 - Grid2 - on tab2.aspx (partial view)
Submit CHanges (button)
On Click of submit changes, i want to
1. Post HTML fields data (using ajax)
2. Call Grid1.submitChanges
3. Call Grid2.submitChanges
Any help will be appreciated.
-Rajesh
I have a form with some fields, and a tabstrip. There are 2 tabs on the tabstrip. Each of the corresponding partial views has a grid each.
I have a submit button on the main form. I can post the form data and invoke grid.submitChanges when i have only one grid (oir even multiple grids on the same partial view). However, i am unable to figure out how to invoke submitChanges on a grid which is not on the current partial view.
Form
HTML Fields
Tab Strip
Tab1 - Grid1 - on tab1.aspx (partial view)
Tab2 - Grid2 - on tab2.aspx (partial view)
Submit CHanges (button)
On Click of submit changes, i want to
1. Post HTML fields data (using ajax)
2. Call Grid1.submitChanges
3. Call Grid2.submitChanges
Any help will be appreciated.
-Rajesh