Datagrid in firefox
-
Hi, I am using a datagrid to show my data. In my datagrid I have one column it shows the image. My problem is that I can see the images in IE but not in firefox. How can I make my images visible in datagrid for firefox.
Rock Star
I suspect the issue is nothing to do with the datagrid. What happens if you try displaying the same image just on it's own with a "normal" img tag? If your image path/filename has spaces in it, try replacing them with %20 in the url. Examine the page source code to see exactly what is being sent to the browser.
-
I suspect the issue is nothing to do with the datagrid. What happens if you try displaying the same image just on it's own with a "normal" img tag? If your image path/filename has spaces in it, try replacing them with %20 in the url. Examine the page source code to see exactly what is being sent to the browser.
-
There is no pace in the path I have given for the image. Problem is I can see the image in dadatgrid column in IE but not in the firefox. I just see the blank column in datagrid in firefox.
Rock Star
Rock Star. wrote:
I just see the blank column in datagrid in firefox.
Now do a right-click and choose "View page source" and see what is written to the column...
-
Rock Star. wrote:
I just see the blank column in datagrid in firefox.
Now do a right-click and choose "View page source" and see what is written to the column...
-
Hi, It shows the path of the image and image name but it didnt show the image in a datagrid column in firefox.
Rock Star
and if you copy/paste that exact path into the src property of a standard HTML img tag outside the datagrid, does it or does it not show in Firefox? Is this by any chance a jpg image that was produced on a Mac and you are displaying it on a PC, or vice versa? This can cause issues too. Open the file in an image manipulation program on your computer and save it again.
-
and if you copy/paste that exact path into the src property of a standard HTML img tag outside the datagrid, does it or does it not show in Firefox? Is this by any chance a jpg image that was produced on a Mac and you are displaying it on a PC, or vice versa? This can cause issues too. Open the file in an image manipulation program on your computer and save it again.
Yes when I am copy/paste the entire path outside the datagris I can see the image. but not in datagrid. I dont think image produced on Mac is the issue. Because if it so I should't see any image in datagrid in IE. But I can see the images there but not in fire fox
Rock Star