This question is locked. New answers and comments are not allowed.
I have RadContextMenu in a DataTemplate that gets loaded into a dynamically created column. For some reason this context menu is appearing in the wrong position - roughly one grid height off of the correct position.
--- GridView
--- ContextMenu
--- ContextMenuItem
--- GridView
--- Dynamically Created Column
--- DataTemplate with RadContextMenu
--- GridView
--- ContextMenu
--- ContextMenuItem
--- GridView
--- Dynamically Created Column
--- DataTemplate with RadContextMenu