Hi -- I'm new to the RadControls, and really enjoying them. However, I have a vexing problem that I can't seem to get my head around.
What I've got is a page with two RadGrid controls, RadGrid1 and RadGrid2. Technically, they could be displayed as a hierarchy, since RadGrid1 is a "categories" table and RadGrid2 is an "items" table where each item has a category. However, for UI reasons, that's not what I want to do.
I'm using RadAjaxManager, and everything is working great in both grids... except edits in RadGrid1 are not reflected in RadGrid2. I have RadGrid1 set to update both grids in RadAjaxManager.
What I'm thinking is that I need some way to tell RadGrid1 that in the event of a successful insert/update/delete it should do a postback. Or maybe there's some client piece that can tell RadGrid2 to reload upon changes to RadGrid1. I've tried every permutation of the RadGrid1_ItemUpdated event, RadGrid2.Rebind, and so on, but I think I'm just not understanding what's going on well enough to do the righ thing.
Please advise!
-Brooks
What I've got is a page with two RadGrid controls, RadGrid1 and RadGrid2. Technically, they could be displayed as a hierarchy, since RadGrid1 is a "categories" table and RadGrid2 is an "items" table where each item has a category. However, for UI reasons, that's not what I want to do.
I'm using RadAjaxManager, and everything is working great in both grids... except edits in RadGrid1 are not reflected in RadGrid2. I have RadGrid1 set to update both grids in RadAjaxManager.
What I'm thinking is that I need some way to tell RadGrid1 that in the event of a successful insert/update/delete it should do a postback. Or maybe there's some client piece that can tell RadGrid2 to reload upon changes to RadGrid1. I've tried every permutation of the RadGrid1_ItemUpdated event, RadGrid2.Rebind, and so on, but I think I'm just not understanding what's going on well enough to do the righ thing.
Please advise!
-Brooks