Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
550
removeing applied cell style
posted

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?