static void ScrollCellIntoView(dynamic grid, dynamic cell)
 {
     grid.ScrollCellIntoView(cell);
     InvokeUtility.DoEvents();
 }