DataGrid: [WinUI] In a column cell template the radbutton text disappears when clicked and using telerik theming
Having a RadButton in a template/text column cell template and clicking on it, or hovering, at some point the text disappears when using the telerik theming
After further researching the behavior here are more details: the RadButton mouse over and DataGrid mouse over states are in a conflict and the theming applies to the DataGrid control. This led to unexpected behavior for the button text.
The correct approach is using the RadTemplatedButton. The control has Telerik theming implemented.
So I changed the status of this item to Won't fix.