Hi,
I have a telerik gridview control in wpf. I want to highlight the cells, which are going to be edited. I have a CellValidating eventhandler, inside the event I have written the code >
GridViewCell cell = e.Cell;
cell.Background = Brushes.Red;
Then also, the color of cell is not changing. Can any one please help me to resolve this issue. Thanks in advance..
Regards,
Rajeev Kumar
I have a telerik gridview control in wpf. I want to highlight the cells, which are going to be edited. I have a CellValidating eventhandler, inside the event I have written the code >
GridViewCell cell = e.Cell;
cell.Background = Brushes.Red;
Then also, the color of cell is not changing. Can any one please help me to resolve this issue. Thanks in advance..
Regards,
Rajeev Kumar