This question is locked. New answers and comments are not allowed.
Hi,
I am using Telerik's Silverlight Gridview control to implement an Excel-like form.
It is required to have some color-coding (both cell basis and row basis) depending on some other column values.
I have used RowLoaded and CellEditEnded events to color-code either rows or cells respectively. Color-coding seems to be working find.
However, when a color-coded row (or a cell) is selected then de-selected, background color seems to disappear.
Same thing happend for disabled rows and cells. But in these cases, disabled were still functionally disabled although they looked like normal rows and cells.
Please take a look into this.
Thank you in advance,
Sunggoo.