Hello Team; will there be a similar concept like ASP.Net "Master Page" which eliminate repeating part of a page in any new page? This would help designing a less crowded page. Or a similar concept like Silverlight having a "Content" area that can be navigated to using AJAX.
For a MasterPage concept, you should continue to use your server-side technology of choice. If you want a pure JavaScript site with no server-side dependency, templates can be more difficult. Check out this blog post for some additional ideas/guidance: http://htmlui.com/blog/2011-08-01-site-templates-with-static-html-nodejs.html
Thanks Stefan!
Thanks for sharing your idea, however we do not believe that such master/content page mechanism can be implemented within the scope of the Kendo UI Framework. And, to be honest, we are reluctant in seeing much value in such a 'feature'.