FIX. RadGridView - right clicking a cell which is not entirely visible causes Object reference exception
Workaround, use the following behavior:
public class CustomDataRowBehavior : GridDataRowBehavior
{
protected override bool OnMouseDownRight(MouseEventArgs e)
{
if (this.IsInEditMode && !this.GridViewElement.EndEdit())