Results 3 issues of Stefano Cotterli

I use **GridBlazor 2.1.14** and get an issue from `GetFormatedDateTime` because it try to convert a value that is already of type System.TimeSpan: ``` else if (type == "time") textValue...

Is there any way to exclude [NotMapped] columns from searching in grid, e.g. the same way this can be do for hidden columns? I think this should be done by...

I configured the Blazor app that comes with .NET CORE 3.0 in VS2019, but no log is generated :-( Added in Counter.razor page: ``` @code { int currentCount = 0;...