How can I use the updateCell method without having to use batch mode?

I am using batch mode to change the state of a cell, but I want a way to be able to change a cell in normal edit, because when I try to use updateCell without batch mode I get the following error:




1 Reply 1 reply marked as answer

PS Pavithra Subramaniyam Syncfusion Team October 19, 2021 11:52 AM UTC

Hi Luis, 

Thanks for contacting Syncfusion support. 

You can achieve your requirement by using the ‘setCellValue’ method. Please refer to the below code example, documentation and sample link more information. 

[index.ts] 
 
    grid.setCellValue(10248'CustomerID''Updated'); 



Sample               : https://stackblitz.com/edit/1nvi76?file=index.ts 

Please get back to us if you have any queries. 

Regards, 
Pavithra S 


Marked as answer
Loader.
Up arrow icon