Hi, I just downloaded the latest version of your SfDataGrid, I followed the example in the documentation, but when I try to filter any column the result is a blank popup dialog. If I scroll right I can see some control. I attach the two images.
Thanks in advance
Hi, sorry for the late response. The reported problem occurs only in the .NET Core version, with the .NET Framework version everything works OK.
My machine display resolution is 1920x1080.
Thanks in advance
Fabio
Any new information on this ? Got the same issue using 19.3.0.44 and dotnet5.
regards
Uwe
Hi Fabio,
try
Application.SetHighDpiMode(HighDpiMode.DpiUnaware);
in Program.cs
regards
Uwe
Awesome, Uwe, it worked!
Thanks a lot!
Fabio