Prevent blinking after Sfdatagrid.UpdateDataRow(rowindex) without Auto Generate

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.

1 Reply

DY Deivaselvan Y Syncfusion Team October 26, 2018 09:55 AM UTC

Hi Sohrab,

Thank you for contacting Syncfusion support.

We are unable to reproduce the reported issue while invoke UpdateDataRow() method of SfDataGrid. You can find the sample which we used to test your reported scenario at our end from the below link
http://www.syncfusion.com/downloads/support/forum/140501/ze/RowStyleDemo497738915.zip

Kindly modify the above sample and revert us to reproduce the reported issue at our end along with your XAML and customization details, thereby we could analyze further and update you with the appropriate solution at the earliest.

Regards,
Deivaselvan 


Loader.
Up arrow icon