Images for Radion button & checkboxex are not visible in grid when the page loads for the first time. When the page is refreshed again, the images become visible. How can we make the images appear when the page loads for the first time.
Please revert back as soon as possible, as we going in QA.
There are two things
a) please be sure that grid has correct image path set exactly after grid’s init
grid = new dhtmlXGridObject(some);
grid.setImagePath(path);
b) the radio and checkboxes in grid are just normal html images, so you can use any type of image preloading , to improve user experience
imgs/item_chk0.gif
imgs/item_chk1.gif
imgs/radio_chk0.gif
imgs/radio_chk1.gif