Dataview and context menu

Hi. I’ve some problem to activate a context menu into a dataview. For example, in the file explorer demo (dataview module) the context menu appear only on the item and not on the white area. How i do it?

tks in advance

Unfortunately it is not available to trigger the dataview context menu for the empty area of the dataview.
The only solution I can suggest is to create a new context menu and attach it to the dataview container.

	myDataView = new dhtmlXDataView(container:"data_here"...

	emptyContext = new dhtmlXMenuObject("data_here");
	emptyContext.renderAsContextMenu();