Dear Mr Abu,
I see that in new version the border cell is no show, how if i wanto to show the border in cell?
Regard,
Samsun
1 Answers
You can add following CSS code to show vertial lines in datagrid.
<style>
.ui-jqgrid tr.ui-row-ltr td { border-right-style:inherit !important; }
.ui-jqgrid tr.ui-row-rtl td { border-left-style:inherit !important; }
</style>
Your Answer