Hi i have applied a cellstyle to a cell. something like this
dataGrid.Columns.DataColumns[item.Value.ColumnName].CellStyle = oStyle;
now i need to remove it if user removes the style how do i do that?
You would set the CellStyle to null