I track changes inside my Objects to enable/disable for example Save or Cancel Buttons in the very moment the user hits a key.
Inside my Object I have a Dictionary that list all Properties that have changed during time.
I would like to change the Border/Background/Whatever of each Textbox that have changed. I would like to avoid having a Class for each Textbox and I am looking for a kind of generic approach. I am missing an Event like "OnCellRenderHandler" of the Grid-Control.
What would be the best solution ? The solution should cover Comboboxes, too...
I would be very pleased to get an answer, maybe it is simple but I am still a novice in Terms of Blazor...