Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Dec 18, 2008 15:21
open dhtmlx forum
Images for Radion button & checkboxex are not visible inside grid when the page loads for the first time

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.
Answer posted by Support on Dec 19, 2008 02:06
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