This is a migrated thread and some comments may be shown as answers.

[Solved] Inline editing Grids - submitting changes for multiple grids on a form submit changes

0 Answers 114 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rajesh
Top achievements
Rank 1
Rajesh asked on 10 Apr 2012, 09:42 AM
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
Tags
Grid
Asked by
Rajesh
Top achievements
Rank 1
Share this question
or