The submenu with filtering options has elements that overflow the sliding element:
A possible workaround for the problem is to place the following CSS rule on the page:
<style>
.RadMenu.GridContextMenu .rmGroup .rgHCMItem .rmContent {
width: auto;
}
</style>
Kind regards,
Doncho
Progress Telerik