The SetFocusedValue method does nothing if a Group Row is focused.
The currently focused cell is determined by the focused column identified by the FocusedColumn property and the focused row referred to by the FocusedRowHandle property.
To assign a value to any cell within the focused row the SetFocusedRowCellValue method can be used. The SetRowCellValue method can be used to set the value of a cell within any row.
Note
Detail pattern Views do not contain data and they are never displayed within XtraGrid. So, the SetFocusedValue member must not be invoked for these Views.
The SetFocusedValue member can only be used with real Views that are displayed within the Grid Control. The real Views with which an end-user interacts at runtime can be accessed using the following methods.