Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by kiran Kanukuntla on Dec 22, 2008 11:15
open dhtmlx forum
Red cross image

Hi, below is my table code.

when I click on table column, its sorting rows. But its displaying an image( Red cross image) on the column. I think its trying to retrieve an image which its unable to find. What should I do to fix it.

//mygrid.setSkin("light");

Thanks.
Answer posted by Support on Dec 23, 2008 01:22
The grid uses sort_asc.gif sort_desc.gif  images to show sorting state of column
Please be sure that you have used
        grid.setImagePath(url);
commmand and url points to the correct location of "imgs" folder from the original package ( path may be relative or absolute )

Answer posted by kiran kanukuntla on Dec 23, 2008 06:38

I was not adding the path but I did it now and its working.

Thanks for your tremendous help, initially I was not interested in using this product because I felt its tough to use it. But now I feel its easy to use and most of all the support we get is unbelievable. I would recommend this product all of my friends and I am sure they will be surprised to see how will it change their web pages look and their functionality.