Hello,
I'm pretty new to Radzen and Blazor. I am trying to get a datagrid to add a new value when I am editing a row rather than just saving the new data in the existing row. What is confusing me is how the flow of the program is working in the demo. There is a list created called ordersToUpdate, but it seems that all that is updated is order, so what is the point in pushing it to the list? I'm thinking that what I need to do is create a new order and add that rather than updating the dbContext with the edited order. But I also want to change a value in the old order, so I don't know where to save that data. Thanks in advance for any help.