A context menu has been attached to the datatable and wanted to invoke it when ‘context menu’ key is used from the keyboard (not right click). Request you to respond ASAP if possible. Thank you so much for your continuous support.
Hello,
You can use show() method to show contextmenu (popup) in a certain position or relative to some html element:
$$("menu").show({x: 100,y:100});
//or
$$("menu").show(someDiv);
Thank you so much, I’ll try and get back to you if I need any further help.