I was wondering how to make a row display an asterisk when it has been modified?
Thanks.
Brandon
1 Answer, 1 is accepted
0
Accepted
Vassil Petev
Telerik team
answered on 12 Sep 2008, 02:55 PM
Hi Brandon,
Thank you for the question.
This functionality is not built-in, but you could add your custom logic that implements a similar scenario. You could mark all rows which have been edited by using the ValueChanged event. Please, review the code-block below as example: