Posted
on May 7, 2012
(permalink)
I ab trying to create a Page similar to the following Demo http://demos.telerik.com/aspnet-mvc/grid/selectionclientside
Instead of using a grid, for the detail below the main grd, I am trying to use a Tab Strip with 3 different tabs with the data details for the selected row from the grid. I have tried the LoadContentFrom, but I am having trouble sending the selected row ID, or key to the tabs to load the data needed as well as the re-load when the user selects a different row. In the above example the grid get re-bound, which initiates the Ajax, to re-display. I cant find a way to do something similar with a Tab or a Panel.
Are there any demo's on this or ideas on how to do it? Secondly each of the tabs are strongly typed to a different model than the grid, but the Key's are the same. I am using the MVC (razor) extensions, not the RAD Ajax...I would be even willing to use a panel bar if that's easier, doesn't matter to to me. Please Advise. Thanks