ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: mikep on March 02, 2020, 08:37:06 pm

Title: Column Menu/Filter Icons missing
Post by: mikep 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?
Title: Re: Column Menu/Filter Icons missing
Post by: paramvir 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.
Title: Re: Column Menu/Filter Icons missing
Post by: mikep 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
Title: Re: Column Menu/Filter Icons missing
Post by: paramvir 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
Title: Re: Column Menu/Filter Icons missing
Post by: mikep on March 03, 2020, 05:44:35 pm
Thank you. That was it!