In the css there are zero references to any urls for images yet when the next page is selected an image placeholder is displayed. It only shows after the next page is clicked. How can I get rid of it?
after further testing I have found that it is a preloader. If I load the grid onto the root of the site the preloader displays correctly. If I load the grid into a folder the preloader image is not found. I'm going to try different paths for those images and see what works.
Where are we supposed to load the scripts, styles and images for the webdatagrid? I have an ig_res folder inside my styles folder now. Inside of there is a default folder which contains lots of css files. also in there is an images folder. Is my guess correct? I also have a scripts folder - named IG and I threw the styles/ig_res/default/images/ and all the images in there. How off am I? How does infragistics find the files?
Hello Gail,
ig_res folder is where the stylesheets and images for the controls are stored. I would suggest you to place it in the root directory of your project, instead of scripts/ directory. ig_res folder and the references to the required files for each control are created automatically when you place an IG control on the page.
Hope this helps.
Hi,
I'm just checking if you need more information on the matter.
I have the answer, thanks for all your help!