I am using context menu on my page with the Grid. But I don

I am using context menu on my page with the Grid. But
I don�t want images to be displayed on the context menu. So my question is how
to disable images on context menu?


The context menu can be widely configured. Please
check dhtmlxMenu documentation.  You can use “withoutImages”
attribute in menu XML to disable images, same as in next example:


<?xml version='1.0' ?>


<menu mode=“classic”
maxItems=“12” name=“Demo Menu” withoutImages=“yes”

<o:p></o:p>