gkassyou
7 Sep 2007, 6:56 PM
Hi, has anyone encountered the following. I am rendering a grid in a tab in a dialog. It works great in Firefox but shows up like this in IE.
SOLVED.
IN IE: you cannot have the shoppingCart div inside the dlgCart. It worked once I removed it out.
<div id="dlgCart" style="visibility:hidden;">
<div class="x-dlg-hd"><h3 style="margin-bottom:5px;">Shopping Cart</h3></div>
</div>
</div>
<div id="grid-shoppingCart"></div>
SOLVED.
IN IE: you cannot have the shoppingCart div inside the dlgCart. It worked once I removed it out.
<div id="dlgCart" style="visibility:hidden;">
<div class="x-dlg-hd"><h3 style="margin-bottom:5px;">Shopping Cart</h3></div>
</div>
</div>
<div id="grid-shoppingCart"></div>