JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › onRowUpdate › Reply To: onRowUpdate
December 20, 2021 at 3:56 pm
#102669
Yavor Dashev
Participant
Hi Christophe Weibel,
If you want to get the new value in the cells of the row you will have to use onRowUpdated
method.
Quick code snippet:
onRowUpdated: (index, stamp, rowNewValue) => {
<div>
<div> console.log(rowNewValue)</div>
<div> },
</div>
<div>
Let me know what you think!
Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor Dashev
Smart UI Team
https://www.htmlelements.com/
</div>
</div>