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

update the content in the iframes

1 Answer 115 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
charan
Top achievements
Rank 1
charan asked on 31 Jul 2012, 01:04 PM
hi,
I have three different view in my splitter like http://demos.kendoui.com/web/splitter/index.html except the bottom two vertical splitters.
My view contains Left-pane,center-pane and right-pane.
I have loaded these three views using iframes like
<iframe src ="../Home/Index" style="width:100%;height:500px"></iframe>       ----->Left-pane
<iframe src ="../Home/About" style="width:100%;height:500px"></iframe>       ----->centre-pane(ListView)
<iframe src ="../Home/Details" style="width:100%;height:500px"></iframe>      ------>Right-pane

In my center-pane view,I have a button called"details",when i click on this button I am able to retrieve the id value of selected list view.now i want to display the details of that particular id in the right-pane view.how can i display these records in right-pane.

1 Answer, 1 is accepted

Sort by
0
Antonio
Top achievements
Rank 1
answered on 12 Dec 2012, 03:16 AM
Did you get any answer or solution to this? I would very much appreciate if you can share how you solved this one. Thanks!
Tags
Splitter
Asked by
charan
Top achievements
Rank 1
Answers by
Antonio
Top achievements
Rank 1
Share this question
or