new version, border cell show

Questionsnew version, border cell show
samsun asked 4 years ago

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
Abu Ghufran Staff answered 4 years ago

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>

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

0 + 2 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?