How to replace MVC _Layout.cshtml with dhtmlxLayout?

I start a new project in VS 2010 with “ASP.NET MVC 4 Web Application” template. It generates a _Layout.cshtml file. Now, I want to use dhtmlxLayout to replace the _Layout.cshtml file. What is the best way to do it? Can any one give me an example?

Thanks,

fgaonet

Hi,
you can initialize dhtmlxLayout in __Layout.cshtml and attach needed content to it’s cells on pages. Here is a quick example
dhtmlxLayout.zip (245 KB)