I have the following scenario:
I have a radsplitter with 3 panes. - a vertical pane which has a grid with one column called packages. To the right of this pane, I have an embedded splitter with 2 horizontal panes. On the top pane, I have a 4 grids using a tabstrip of all possible items that can be added to a package. The content for the top pane is an aspx page that is also in my project.
In the bottom pane, I want a grid which will be where the user can build the package that they select in the left pane.
When the user clicks a checkbox in the top grid(pane) I want that row to be added to the grid in the bottom pane. I also want to give the user the option to use drag and drop from the top pane grid to the bottom.
Since the top grid (pane) is in a separate aspx page, is there a way for that page on checkbox clicked or on rowDragStarted to communicate back to the parent page what has been done and the data that needs to be communicated back?
Thanks,
Laura
I have a radsplitter with 3 panes. - a vertical pane which has a grid with one column called packages. To the right of this pane, I have an embedded splitter with 2 horizontal panes. On the top pane, I have a 4 grids using a tabstrip of all possible items that can be added to a package. The content for the top pane is an aspx page that is also in my project.
In the bottom pane, I want a grid which will be where the user can build the package that they select in the left pane.
When the user clicks a checkbox in the top grid(pane) I want that row to be added to the grid in the bottom pane. I also want to give the user the option to use drag and drop from the top pane grid to the bottom.
Since the top grid (pane) is in a separate aspx page, is there a way for that page on checkbox clicked or on rowDragStarted to communicate back to the parent page what has been done and the data that needs to be communicated back?
Thanks,
Laura