Jump to content

TreeView hints


jmonty77

Recommended Posts

And how to select a node with right clicks? It seems to be selected because remains grayed, but onchange event is not fired.

 

Hi,

 

I think that you can do like this, try:


function itemcontextmenu(sender, record, item, index, e, eOpts)

  sender.fireEvent("itemclick", sender, record, item, index, e, eOpts)
}

Best regards.

Link to comment
Share on other sites

×
×
  • Create New...