Categories | Question details Back To List | ||
image problem hello, i am having a problem with the icon images for checkboxes and also the arrows for sorting. the image path was defined as follows: mygrid.setImagePath("/images/dhtmlx"); css styling and other images seem to be working fine! can you help me out on this? maybe a path issue somewhere... thanks, Answer posted on Jul 23, 2008 01:35 >>css styling styles in css doesn't use path set by setImagePath a) please be sure that path which you entered points to correct location b) you can try to use the same path in closed form mygrid.setImagePath("/images/dhtmlx/"); |