Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using jqgrid for my gridview.in that grid view no icons are visible. like sorting, edit,delete,search,reload,nexpage,previous page buttons all are working but the corresponding icons are not visible. i don know what is the problem. can any one help me..
thanks in advance
Posted

1 solution

The resources are not getting loaded for some reason. Perhaps they were not downloaded or put into the right place. If you right-click the empty boxes where the icons should be and select properties you'll see what path the browser is expecting them at.
 
Share this answer
 
Comments
fjdiewornncalwe 15-Aug-13 11:43am    
+5. As an addition to Ryan's answer. You can solve this by either deploying the images to the location expected(ie. properties of image) or you can update your jquery css to point at the location where the images reside. It would be much eaiser to deploy the images though as you would have to update every image path in the css otherwise.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900