I am using:
compile ":jquery-ui:1.8.24"
compile ":jqgrid:3.8.0.1"
If I open my JQGrid controller, it shows the table perfectly.
But if I include this controller from another controller view:
<g:include controller="comentario" action="JQGrid" />
It shows duplicated rows and buttons:
I discovered that this problem disappear if I delete the next line from layouts/main.gsp:
<g:layoutHead/>
But I'd like to know what's happening around. I don't think the above solution is the best solution.