Author Topic: Column Menu/Filter Icons missing  (Read 2315 times)

mikep

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 163
    • View Profile
Column Menu/Filter Icons missing
« on: March 02, 2020, 08:37:06 pm »
I am able to apply filtering to columns (menuIcon=true), but the icons are not visible. From the SDK, I added the images folder and have ensured the filter images are in the folder. Any ideas why images are not displaying for the column filter?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Column Menu/Filter Icons missing
« Reply #1 on: March 02, 2020, 08:58:50 pm »
Please ensure that SDK css files are also correctly included and ensure the paths/urls to be correct.
« Last Edit: March 02, 2020, 09:06:50 pm by paramvir »

mikep

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 163
    • View Profile
Re: Column Menu/Filter Icons missing
« Reply #2 on: March 03, 2020, 12:39:08 am »
Thank you. I verified that but still not getting image.

here's the grid
https://rpm1.azurewebsites.net/rpm.aspx
here's the image
https://rpm1.azurewebsites.net/images/menu.png

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Column Menu/Filter Icons missing
« Reply #3 on: March 03, 2020, 10:12:01 am »
SDK css file are located in https://........../pq/pqgrid.ui.min.css

So images folder should be subfolder inside the pq folder.

https://.............../pq/images/menu.png
« Last Edit: March 03, 2020, 11:06:08 am by paramvir »

mikep

  • Pro Ultimate
  • Full Member
  • *
  • Posts: 163
    • View Profile
Re: Column Menu/Filter Icons missing
« Reply #4 on: March 03, 2020, 05:44:35 pm »
Thank you. That was it!