It is necessary to handle the HtmlApplication.resolveLayoutController event and specify the required layout controller that must be used to provide a layout markup for the given view. All predefined layout controllers are contained in the DevExpress.framework.html.layoutControllers collection. The main idea is to find the required controller in this collection and set it to the layoutController parameter in the resolveLayoutController event handler. In addition, please make sure that links to files that are related to the required layout are added to the index.html file.
This example demonstrates how to apply the Empty layout to the About view.
See also:
jQuery.grep