Hi,
If you want to see the DataCell.SelectionBackground and DataCell.SelectionForeground, you have to set the DataGridControl.SelectionUnit to "Cell". By default it's set to "Row" and so the DataRow.SelectionBackground and DataRow.SelectionForeground are applied.
If you want to see the DataCell.SelectionBackground and DataCell.SelectionForeground, you have to set the DataGridControl.SelectionUnit to "Cell". By default it's set to "Row" and so the DataRow.SelectionBackground and DataRow.SelectionForeground are applied.