We are using Rad Grid View to show timely data for test runs. but sometimes rad grid view is showing space between column headers and first row of data which is making view look different for end users
Martin Ivanov
Telerik team
commented on 20 Apr 2023, 05:41 AM
Similar issues may occur in the default layout strategy of RadGridView in some very specific situations. These are usually resolved by setting the GroupRenderMode property of RadGridView to Flat. If this doesn't work, I suggest you to share a project showing the issue.
Hi Martin, thank you for responding....we have already set GroupRenderMode to Flat in our setter. This is not always reproducible only sometimes it is behaving different. Even if we share our project we cant say it will reproduce the same. This also one problem it is only coming sometimes like rarely once in 100 times may be.
Martin Ivanov
Telerik team
commented on 20 Apr 2023, 03:44 PM
Are you using the latest version of Telerik UI for WPF? If not, can you upgrade and see if the issue still occurs? Also, can you tell me what are the steps to reproduce this? I mean does it happen on some action or when the GridView gets loaded?
Grid View is loading like that not because of any other actions. But when we scroll up or down after loading with gap, it is becoming normal means no gap for header and first row. we are using Telerik Version 2022.2.621.60 and one more thing we have upgraded from DOTNET Framework to DOTNET Core. When we are using .NET Framework this didnt happen. When we upgraded this issue is coming.
Martin Ivanov
Telerik team
commented on 24 Apr 2023, 01:17 PM
I am afraid that without reproduce this I can't say what is happening. What I can recommend you is to check if this happens in the latest version of Telerik UI for WPF. Also, you can check for any silent errors printed in the Output pane of Visual Studio. If such occur, you can enable all CLR exceptions from the Exceptions Settings menu of Visual Studio in order to get the error details.
In case this doesn't help or give extra information, I suggest you to take some time to try finding stable steps that reproduce this and then share a project recreating the issue.
Are you using the latest version of Telerik UI for WPF? If not, can you upgrade and see if the issue still occurs? Also, can you tell me what are the steps to reproduce this? I mean does it happen on some action or when the GridView gets loaded?
I am afraid that without reproduce this I can't say what is happening. What I can recommend you is to check if this happens in the latest version of Telerik UI for WPF. Also, you can check for any silent errors printed in the Output pane of Visual Studio. If such occur, you can enable all CLR exceptions from the Exceptions Settings menu of Visual Studio in order to get the error details.
In case this doesn't help or give extra information, I suggest you to take some time to try finding stable steps that reproduce this and then share a project recreating the issue.