I have a situation where I have a page with a splitter on it. In one split pane I have a user control with a radgrid in it. In another split pane I have another user control that will display information based on the selected radgrid row. I'm not sure the best way to have the radgrid row selection trigger an update.
I'm looking for an example where selecting a row in the radgrid can pass a value from that selected row to another user control in another split pane so that it can update its display based on that passed value.
Any good examples out there already?
Also, I have a similar need for another example of a treeview causing a grid to be updated. In a third pane on this screen, if the user selects a particular tree node in a treeview, I need to have that trigger the radgrid to update its display based on the tree node selected.
Thx
I'm looking for an example where selecting a row in the radgrid can pass a value from that selected row to another user control in another split pane so that it can update its display based on that passed value.
Any good examples out there already?
Also, I have a similar need for another example of a treeview causing a grid to be updated. In a third pane on this screen, if the user selects a particular tree node in a treeview, I need to have that trigger the radgrid to update its display based on the tree node selected.
Thx