Ticket S90783
Visible to All Users

Layout.Web - Provide the capability to load tabbed groups content dynamically

created 17 years ago

For Tabbed groups - load only collections that are in active tabs.
The rest load only when activated (through AJAX call)
See Also:
Layout.Win - Low performance when opening a Detail View containing a lot of tabs

Comments (1)
Dennis Garavsky (DevExpress) 14 years ago

    Hello,
    We are happy to announce that delayed View Items initialization is now supported for XAF ASP.NET applications. To enable it, set the DelayedViewItemsInitialization property to true in the constructor of your WebApplication descendant:

    C#
    ... public MainDemoWebApplication() { DelayedViewItemsInitialization = true; ...

    We will be glad to hear your feedback on how this feature works for you after the final release is out.
    Thanks,
    Dennis

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.