no border?

Questionsno border?
Samsun asked 9 years ago

Hey,

How can i do if we want display data without border. I mean in datagrid i want without border.

Regards,
Samsun

1 Answers
Abu Ghufran answered 9 years ago

You can inspect the TD css style using firefox->inspect and override the css.
For instance, following will remove the right and bottom line of grid.

<style>
.ui-jqgrid tr.ui-row-ltr td {
border-right-width: 0;
}

.ui-jqgrid tr.jqgrow td {
border-bottom-width: 0;
}
</style>

Your Answer

15 + 6 =

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?