Fons Sonnemans
Fons Sonnemans
My WPF sample doesn't use the CommandManager. It's something I always try to avoid. When I used the MvvmLight framework (long time ago) I only used the Galasoft.MvvmLight.Command not the...
@michael-hawker I call the NotifyCanExecuteChanged from the ListViewEmployees_SelectionChanged events in WPF. It is not only about the Start of the app. It is necessary to detect ListView selection changes. The...
I did some comparisons and saw a 50% performance improvement. But it is a lot of work to write the `TryFormat` method correctly. ```cs readonly record struct Point { public...
Maybe you can put it on the backlog
Can you create a project for this problem and publish it in a public github repository? I will have a look at it. Don't have time to create one myself.
Have you looked at this sample: https://github.com/sonnemaf/ReflectionIT.Mvc.Paging/blob/master/src/SampleApp/Views/Products/Index.cshtml ? I think you need to use the extra overload in which you specify the sort string. @Html.SortableHeaderFor(model => model.MyList.NameColumn, "MyList.NameColumn")
Can you create a project for this problem and publish it in a public github repository? I will have a look at it. Don't have time to create one myself.
It is a .NET 5 class library. Why should it be .NET Standard 2.1? I'm not sure what your issue is.. Can you explain it to me?
Can you create a project for this problem and publish it in a public github repository? I will have a look at it. Don't have time to create one myself.
Are you using .NET Core 2.0 or the .NET Framework 4.x (please provide the version number)?