JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Proper way to update changes made on data grid editing (Blazor) › Reply To: Proper way to update changes made on data grid editing (Blazor)
February 13, 2022 at 9:49 pm
#102868
ZachMtech
Participant
It did!
So now I have the method That after an edit will be called.
The Grid’s Data Source is a List<ItemBins> dataSource
When I use the debugger I see that the GetRowData() will return a System.Text.Json.JsonElement
Is there a built in feature grab these Rows as “ItemBins”?
Or do I need to convert from JSON back into the object class?