If you change the language and the headers of the menu items at runtime, in some cases RadContextMenu is cut and doesn't show full content of the headers.
There's an easy workaround - reset the template when changing the language: private void ResetContextMenuTemplate() { if (this.ContextMenuInstance.Template != null) { var template = this.ContextMenuInstance.Template; this.ContextMenuInstance.Template = null; this.ContextMenuInstance.Template = template; } }
May be you can tell something new about the terms when this issue will be fixed?
Hi, Telerik Team! Is there is any news or predictions about a fix for that bug?
The status of this issue isn't changing for a long time. Is there any chance that the requested improvement will be implemented?