【问题标题】:jqGrid visibility issuesjqGrid 可见性问题
【发布时间】:2010-02-24 00:11:39
【问题描述】:

jqGrid和IE8不交朋友...(
jqgrid在IE中是不可见的,有时候鼠标在它上面会出现,但是过一秒就消失了。

在 FF、Chrome、Opera 中运行良好。

这有什么好的解释吗??

【问题讨论】:

    标签: jquery asp.net-mvc jqgrid


    【解决方案1】:

    对于有同样问题的人。
    当 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】:

    jQGrid 在 IE8 中对我来说很好用

    HiddenGrid 是否设置为 true

    Documentation

    【讨论】:

    • 如果它是真的,我不会在 FF 和 Chrome 中看到它
    猜你喜欢
    • 2016-04-22
    • 2012-06-15
    • 1970-01-01
    • 2021-05-27
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-01-02
    • 2011-10-30
    相关资源
    最近更新 更多