I use telerik UI for WinForms project(not WPF) How to prevent auto close of RadContextMenu
when user clicks on item on it? Now, after mouse click on any item, it closes. In WinForms there is ContextMenuStrip.AutoClose
property to prevent autoclosing. Is there analogue of the property on Telerik RadContextMenu
?
Thanks