This question is locked. New answers and comments are not allowed.
Hi,
I want to set background for specific cells of DataGrid.
I know how I can set background for all the rows and specific column :
Instead of all rows , I need it to be just for GridView.SelectedItems and specific column.
I'd be thankful you guide me how I can implement that,
Kind Regards,
Naseem
I want to set background for specific cells of DataGrid.
I know how I can set background for all the rows and specific column :
dgrdProduct.Columns["colFilter"].Background = Brush;
Instead of all rows , I need it to be just for GridView.SelectedItems and specific column.
I'd be thankful you guide me how I can implement that,
Kind Regards,
Naseem