Hello,
I'm new to Telerik and am currently using the trial version of the framework. I would like to build a customizable portal site that makes use of a multi-tab interface with multiple docks+user controls on each tab/page (like NetVibes, Pageflakes, iGoogle).
For efficiency, I'd want to dynamically create the contents of each tab/page (i.e., the docks+user controls they'd contain). Ideally, upon first navigation to a tab, the content would be generated, and then cached.
Is this possible using Telerik's framework? Some idiosyncrasies of the framework seem to make it difficult to do. I have tried going through the existing Dynamic Docks, My Portal, and Load on Demand PageView demos to try and piece together how to achieve this effect but am unsure of the possibility.
Were RadDocks ever created to be this dynamic? Was RadTabStrip created for such a dynamic setup? Where these two pieces of the framework ever designed to work this intricately together? Would you attempt to maintain the "cache" using the Session object as seen in the demos (and push to DB for long term storage upon logout or some other departing trigger?)
Thanks for the help.
I'm new to Telerik and am currently using the trial version of the framework. I would like to build a customizable portal site that makes use of a multi-tab interface with multiple docks+user controls on each tab/page (like NetVibes, Pageflakes, iGoogle).
For efficiency, I'd want to dynamically create the contents of each tab/page (i.e., the docks+user controls they'd contain). Ideally, upon first navigation to a tab, the content would be generated, and then cached.
Is this possible using Telerik's framework? Some idiosyncrasies of the framework seem to make it difficult to do. I have tried going through the existing Dynamic Docks, My Portal, and Load on Demand PageView demos to try and piece together how to achieve this effect but am unsure of the possibility.
Were RadDocks ever created to be this dynamic? Was RadTabStrip created for such a dynamic setup? Where these two pieces of the framework ever designed to work this intricately together? Would you attempt to maintain the "cache" using the Session object as seen in the demos (and push to DB for long term storage upon logout or some other departing trigger?)
Thanks for the help.