Remove Bootstrap Style

QuestionsRemove Bootstrap Style
Henrique asked 8 years ago

I am working with phpgrid inside a page that uses bootstrap. But when applied to phpgrid the font is too big, I prefer the old style.

Is possible to remove bootstrap only for the grid, but still working for the page that contains it?

1 Answers
Abu Ghufran answered 8 years ago

To use grid in bootstrap theme, you must include compatibility css.
Following should be included after main bootstrap css

<link rel="stylesheet" type="text/css" media="screen" href="../../lib/js/jqgrid/css/ui.jqgrid.bs2.css">
OR
<link rel="stylesheet" type="text/css" media="screen" href="../../lib/js/jqgrid/css/ui.jqgrid.bs3.css">

Refer demos/appearance/twitter-bootstrap.php & demos/appearance/twitter-bootstrap3.php

Your Answer

15 + 12 =

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?