#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?