Radzen Switch Collapses DataGrid Row

I have a Page with an exandible DataGrid with a RadzenSwitch in the template that when toggled, collapses the row in a failed state. The actual toggler is then ineffective and the content of the row never re-renders.
Happens with click events on input checkbox, RadzenCheckbox, RadzenDorpDown, RadzenButton, and others I'm sure. A textbox does not trigger it on click or change.

Anyone experience the same?
DataGridRowCollapsesOnSwitchChange - Made with Clipchamp (1)

I'm unable to reproduce such problem:


Thanks for confirmation @enchev! This helped direct my deconstruction. Turns out my partial that embellishes my entity is the dragon here. There's some IEquatable and GetHash methods in there that seem to create problems.