I have a grid with a custom popup editor. The grid is updated manually but I want to remove the dirty indicator. On forums I found that setting the dirty property on the model to true would solve the problem. However in the below dojo you will see that it does not
https://dojo.telerik.com/OXafoRaM
What else needs to be done? Is it a requirement to also remove the dirtyfields?
Also on my application for some reason if I update two rows only one row has the dirty indicator.