Won't Fix
Last Updated: 12 Nov 2015 13:16 by ADMIN
ADMIN
Rosen Vladimirov
Created on: 27 Mar 2014 11:17
Category: ContextMenu
Type: Bug Report
2
Sometimes RadContextMenu is cut when changing languages at runtime
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.
4 comments
ADMIN
Nasko
Posted on: 12 Nov 2015 13:16
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;
}
}
Licensing
Posted on: 16 Apr 2015 11:12
 May be you can tell something new about the terms when this issue will be fixed?
Licensing
Posted on: 16 Oct 2014 09:10
Hi, Telerik Team!

Is there is any news or predictions about a fix for that bug?
Licensing
Posted on: 07 Aug 2014 06:55
The status of this issue isn't changing for a long time. Is there any chance that the requested improvement will be implemented?