How to hide the right click context menu (options like Related, Trade, and "Send To") on Eikon app?
FYI - Application developed in WPF.
Seehttps://community.developers.refinitiv.com/questions/8516/how-to-hide-related-trading-and-send-to-entries-in.html
I already checked this link. But the problem here is I have to use the Context Service on call back of eikon app channel link. Please let me know if there any otherway to hide it.
AppHost.ContextService.Subscribe(SubscribeCallback);
I'm afraid there is not. As long as you use ContextService, you're stuck with those 3 entries on the right-click menu.