The DropDownPlacement for the RadContextMenu is placing the drop down on the wrong side (Left places it on the right side) and (Right places it on the left side), the default Auto places it on the left side, annoyingly. Top and Bottom work correctly.
Hi Chuck, I assume you are talking about RadMenuItem's DropDownPlacement property. I've just checked it and it is working fine. The described issue could be caused by incorrect flow direction of your application. For example if you have set FlowDirection to "Right-to-Left", when you set Left DropDownPlacement, the framework itself is showing the menu on the right. Can you check if this is causing the issue. If it doesn't help, can you open a new support thread, so we'll be able to assist you further. Regards, Rosen