Updated fiel only visiblie after double click, how to change?

Hello,

I have the following problem with the SfCellGrid:

In my implementation of the CurrentCellValueChanged-Event I change the value of another cell from the code. 
But then I have to doubleclick the target cell that the calculated value is shown. I want that the calculated value show instantly, like in excel.
Is that possible?

Thank you in advance

1 Reply

PS Pannir Selvam S Syncfusion Team November 3, 2017 12:03 PM UTC

Hi Alexander, 

Thanks for using Syncfusion products. 

If you are updating the value or style of any cell programmatically at runtime, then you need to invalidate that cell to update the UI like below. 

//Invalidates the cell(3,3) in the grid, 
grid.InvalidateCell(3, 3); 

 
 
Regards, 
Pannir 


Loader.
Up arrow icon