DHTMLX Grid : Context Menu - Unwanted Image

Hi,

Why I am getting such unwanted image in IE 6 while showing context menu.

Image Link : img181.imageshack.us/my.php?imag … enuhg5.jpg



I have written following for creating context menu.

cellMenu=new dhtmlXContextMenuObject(‘120’, 0);

I also tried this : cellMenu=new dhtmlXContextMenuObject();



Why this happens ?


The problem is in image paths in configuration XML. - you are using incorrect image paths or image based menu mode with empty src attributes in XML
If you need not images at all - they can be disabled by withoutImages attribute of top tag

dhtmlx.com/docs/products/docsExp … dhtmlx_xml