I tried even this. The problem is that I am using the same checkbox renderer in multiple columns. So if I use isEdited with the data(data.isEdited), when you check one checkbox in one column, color of the checkbox in other columns also changes to yellow. Also I didn't want to associate isEdited to the data, since I thought there would be a better approach.
Thanks Shameer --- In [email protected], "Gregor Kiddie" <gregor.kid...@...> wrote: > > Add the isEdited variable to your data item and inside set data(...) do > > > > If (data.isEdited) { > > ... > > } > > > > Instead. >

