I understand from here: https://docs.telerik.com/blazor-ui/components/grid/templates/editor
That the Editor Template gets a copy of the original model.
However not all the values are getting copied correctly for my model object.
I'm using a SmartEnum property, https://github.com/ardalis/SmartEnum, and that property is not getting copied correctly, basically, it's empty.
I'm wondering how this "copy" is being made, cloned?, so I can update either the model of my SmartEnum instance.
Thanks,
Ed