Author Topic: Problem with pqgrid.ui.min.css  (Read 2522 times)

nklapper

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 17
    • View Profile
Problem with pqgrid.ui.min.css
« on: May 19, 2016, 08:54:55 pm »
Grid data is loading okay, just looks funny because of Uncaught SyntaxError: Unexpected token - pqgrid.ui.min.css:9

Obviously, it is finding the CSS file.  Do I have a bad version of this file?

Please see attached...

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6260
    • View Profile
Re: Problem with pqgrid.ui.min.css
« Reply #1 on: May 19, 2016, 09:51:18 pm »
Please include both pqgrid.min.css and pqgrid.ui.min.css as noted in the tutorial http://paramquery.com/pro/tutorial#topic-include

There are 2 sample html files in the SDK which can be referred for include files.

nklapper

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Problem with pqgrid.ui.min.css
« Reply #2 on: May 19, 2016, 09:59:19 pm »
Thank you for the quick reply.

I found a syntax error on one of my CSS includes.

It works now.