1

如何隐藏 JQGrid TreeGrid 之间的线条?

我试过了:

<table id="TreeGrid" style="border-bottom: 0px none;border-right: 0px none;">
    </table>

但这对我不起作用。

4

1 回答 1

1

好的,现在想通了:

.ui-jqgrid tr.ui-row-ltr td { border-bottom-style: none; border-right-style: none;}

我仍然不确定如何为#TreeGrid 指定样式...

终于落户

#TreeGrid td { border-bottom-style: none; border-right-style: none;}
于 2012-07-25T11:42:03.703 回答