I'm using C# WPF .NET Core 6 also Material Design Theme nuget, I have problem with DataGrid's Column Header Style I have Set a Style for Column Headers of my DataGrid ...
@infoequipt The data grid in the toolkit is built on top of the platform xaml (Windows.Ui.Xaml). WinUI3 is the same XAML codebase that has been decoupled from the OS (and has an updated namespace ...
I've got a grid that I've got Enabled = false because I don't want any cell highlighting when it is clicked. The thing is I DO want the mouse events to fire when a row is clicked (specifically mouseup ...