Grails Scafolding and DhtmlxScheduler

I am attempting to integrate the DhtmlxScheduler into the standard scafolding of a Grails web application and am running into some difficulty.

The problem appears to be related to be a collision on the line:

The standard Grails scaffolding meta tag:

	<meta name="layout" content="main">

And the meta tag in the sample however is (in my case: 02_seralize_json.html)

<meta http-equiv="Content-type" content="text/html; charset=utf-8">

So if I leave out the Grails standard navigation and content DIVs and use the bare minimum to integrate with Grails it will work. But as I try to bring in the standard layout some collisions are occurring I suspect that it is related to CSS.

The DHTMLX site does say: “The library can be used with any server-side technology, such as PHP, Java, .NET, Ruby, Grails, Python, Cold Fusion, and others” so I’m hoping that there is a remedy for this problem.

If any one can lend a hand I’d greatly appreciate it.

Thanks,
David

<meta http-equiv="Content-type" content="text/html; charset=utf-8">

There is need any serious reason behide this meta tag ( just a common html practice ) so you can remove it if necessary.

If you can provide some demo link ( you can PM details ) - I can check what can be the reason of rendering problems.