My search is failing me, so I apologize if I've missed this.
What I have is a Grid, with multiple rows, and each row has has various checkboxes, textboxes, and dropdowns in it. The user selects various options and enters data.
(think of an advanced search option screen)
I have this grid working correctly.
They then click a submit button.
I would like to make an ajax request to populate a 2nd grid, right below the 1st grid, so they can see there results.
This 'seems' like it should be easy to do, but I just can't put it together.
Can someone point me in the right direction to a tutorial?
Thanks!
What I have is a Grid, with multiple rows, and each row has has various checkboxes, textboxes, and dropdowns in it. The user selects various options and enters data.
(think of an advanced search option screen)
I have this grid working correctly.
They then click a submit button.
I would like to make an ajax request to populate a 2nd grid, right below the 1st grid, so they can see there results.
This 'seems' like it should be easy to do, but I just can't put it together.
Can someone point me in the right direction to a tutorial?
Thanks!