ParamQuery grid support forum

General Category => ParamQuery Pro Evaluation Support => Topic started by: nklapper on May 20, 2016, 12:46:57 am

Title: Question re Theme selection and pqgrid.ui.min.css
Post by: nklapper on May 20, 2016, 12:46:57 am
I have looked through the documentation, but I can find nothing that explains any relationship between:

 <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/themes/base/jquery-ui.css" />

and your

pqgrid.ui.min.css and pqgrid.min.css

I would like to render a grid that looks like the 12.05.jpg screen capture (attached), which is from one of your demos.

The 12.07.jpg screen capture is my code, with the jqueryui theme set to "base".

If I change the theme to "dark-hive", it somewhat resembles your demo, but as you can see in the 12.10.jpg screen capture, it is not quite right.

Could you please explain, or point me to the relevant documentation?

Many thanks.
Title: Re: Question re Theme selection and pqgrid.ui.min.css
Post by: paramvir on May 21, 2016, 12:06:20 pm
The theme files should be same version as of jQueryUI.

Code: [Select]
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/dark-hive/jquery-ui.css" rel="stylesheet">

Example: http://jsfiddle.net/b3ucfr7o/