JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Filling Grid › Reply To: Filling Grid
February 16, 2024 at 8:22 pm
#109837
Matias Galante
Participant
I also have a similar issue with the updating row data:
// little example but in this case, the row doesn’t get updated.
this.grid.updateRow(index, {
orgName: newname
});
Note: It does update, I figured what was wrong and it was a name property mismatch
- This reply was modified 10 months, 1 week ago by Matias Galante.