Hi,
I want to update a row background color after a certain column changed value, I managed to do it when the new row is adding with style and converter, but when I call updatedatarow on any rows that are already in gridview, the row blinks. Is there any ways to stop the blinking after update? AutoGenerateColumns is disabled and I'm using a List of Columns to bind to SfDataGrid.
I already used SmartReset and backgroundworker, but they didn't help.
I'm using 2018.2.v16.2.0.41.
Thank you.