Hi
I want to show the row in a different color if a row is edited/changed other than the color which will be applied when the row is selected. I have tried applying it in the ‘updaterow’ call back function ( added my custom css class to the cells div element by iterating), it applied successfully ( when I put a break point there I can see my custom color for the row), but once the call completes it is reverted again back to the color that gets applied when I select the row ( i.e the color of the css entry “jqx-fill-state-pressed”) and even the class which I have applied is no more there for the cells div element.
Please let me know the right point I need to apply my custom color so that it will not be reverted back by the framework once the edit is finished for the row.
Thanks
Shankar