Hi,
if a cell is modified(content is changed in the cell) then i want to display the Background of cell, i need to create this in style of Gridview instead of page level, Can any one please help me ?
Please see the attached screenshot.
Thanks in advance,
Srinivas.
1 Answer, 1 is accepted
0
Dimitrina
Telerik team
answered on 12 Oct 2012, 02:03 PM
Hi Srinivas,
The best approach would be to have a property of the bound Item indicating whether the bound property has changed. Then apply a CellStyleSelector for the column(s) similar to the example in this help article.