I am trying to use dhtmlxLayout in my MVC application. MVC4 has its built in Site.css. While both of dhtmlx.css and Site.css are referenced on same page, the page looks weird: the layout cells apart wider.
Here is my test code:
...... @Styles.Render("/codebase/dhtml.css", "~/Content/css") ......If I remove the “~/Content/css” from above code, it works fine.
Any idea?
Thanks,
fgaonet