Hi ,
We have integrated RadRichTextBox into our WPF (C#) application and are trying to add RadCallout as a custom context menu. since the control is being created entirely in code-behind without XAML ,we are encountering implementation challenges.
Our expectation is that when a user selects text and right-clicks to choose the RadCallout option, the selected text should appear inside the callout type.Could you please guide us on how to achieve this?