Author Topic: Pager Images not showing  (Read 2549 times)

pdxMarlon

  • Newbie
  • *
  • Posts: 2
    • View Profile
Pager Images not showing
« on: April 26, 2015, 05:43:37 pm »
Hey there.

I want to start off by saying, I really like this grid. I would like it even more if the Pager Icons would show up.

I have attached a screenie.

Here are my referenced files (specific to PQ):

 <link href="~/Content/pqgrid.min.css" rel="stylesheet" />
 <script src="~/Scripts/pqgrid.min.js"></script>


I have an Images folder at the same level as the referenced css file (with the Content Folder as their parent)

I looked in the css file, and the img references are Image/imagename

What am I missing?

Thanks in advance,

/Marlon






pdxMarlon

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Pager Images not showing
« Reply #1 on: April 26, 2015, 05:54:06 pm »
Never mind - I should have searched for this topic before posting...

Loading Bootstrap before Jquery fixed it for me.

Thanks!