Home › Forums › WinForms controls › Xceed Grid for WinForms › Focusing on previously selected cell (after refreshing Grid) › Reply To: Focusing on previously selected cell (after refreshing Grid)
Somethink like:
gridControl.AllowCellNavigation = true;
Xceed.Grid.Cell cell = gridControl.CurrentCell;
gridControl.refresh();
gridControl.CurrentCell = cell;
Imported from legacy forums. Posted by C# (had 322 views)