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.
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.