Author Topic: Question re Theme selection and pqgrid.ui.min.css  (Read 2646 times)

nklapper

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 17
    • View Profile
Question re Theme selection and pqgrid.ui.min.css
« 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.
« Last Edit: May 20, 2016, 01:12:45 am by nklapper »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Question re Theme selection and pqgrid.ui.min.css
« Reply #1 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/