I'm wondering what is the best or easiest way to accomplish the following.
I have 2 RadGrids on a single page. I want any row click event in RadGrid1 refresh RadGrid2. I don't have a datasource object on the aspx page, so I need it all to happen in the code behind. I also need a DataKeyValue from RadGrid1 that I will use when creating the new contents of RadGrid2.
I've seen example of stuff close to this but not exactly this. I have been trying to get this done with an AjaxManager - but maybe I'm better off not using that?
Any simple examples would be wonderful. Thanks for the help.
I have 2 RadGrids on a single page. I want any row click event in RadGrid1 refresh RadGrid2. I don't have a datasource object on the aspx page, so I need it all to happen in the code behind. I also need a DataKeyValue from RadGrid1 that I will use when creating the new contents of RadGrid2.
I've seen example of stuff close to this but not exactly this. I have been trying to get this done with an AjaxManager - but maybe I'm better off not using that?
Any simple examples would be wonderful. Thanks for the help.