This is a migrated thread and some comments may be shown as answers.

Page communication

1 Answer 36 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Laura
Top achievements
Rank 1
Laura asked on 10 Dec 2008, 07:33 PM
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

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 15 Dec 2008, 08:21 AM
Hi Laura,

I think that the following resources will be helpful in implementing communication between different pages:

Referencing content page in a splitter pane from the parent page and vice versa

Use Ajax request to update part of an external page, loaded in a RadPane 

 

Sincerely yours,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Splitter
Asked by
Laura
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or