开发者

jqGrid visibility issues

jqGrid and IE8 are not making friends... (

the jqgrid is invisible i开发者_如何学运维n the IE, sometime when the mouse is over it, it appears, but still after sec it disappears.

in FF, Chrome, Opera it works fine.

is there a good explanation for this??


for the guys that have the same problem.
when the jqGrid is in another in a <table>, than u have the displaying problems in IE

EDIT

  <table>
        <tr>
            <td valign="top">
                <%Html.RenderPartial("FilterForm");%>
            </td>
                <table id="GRID" class="scroll">
                </table>
                <div id="pager" class="scroll" style="text-align: center;">
                </div>
        </tr>
</table>

in this case the jqGrid will behave realy strange in IE.


jQGrid works fine for me in IE8

Is HiddenGrid set to true?

Documentation

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜