代码之家  ›  专栏  ›  技术社区  ›  CoffeeCode

JQ网格可见性问题

  •  0
  • CoffeeCode  · 技术社区  · 16 年前

    jqgrid和ie8没有交朋友…(
    jqgrid在IE中是不可见的,有时当鼠标移到它上面时,它会出现,但秒后它仍然消失。

    在FF,Chrome,Opera中它工作得很好。

    有什么好的解释吗??

    2 回复  |  直到 16 年前
        1
  •  1
  •   CoffeeCode    16 年前

    对于那些有同样问题的人。
    当jqgrid位于 <table> 比你在IE中有显示问题

    编辑

      <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>
    

    在这种情况下,jqgrid将在IE中表现得非常奇怪。

        2
  •  0
  •   Rigobert Song    16 年前

    在IE8中jqgrid对我来说很好

    HiddenGrid 设置为 true ?

    Documentation

    推荐文章