Hello, Maybe someone has come across this question? I really need help (
Stenly
Telerik team
commented on 10 Oct 2023, 08:51 AM
Could you share a bit more information on this exception? For example, is it reproducible in a sample project? Does it have any reproduction steps that I could follow?
On a side note, looking at the exception text, it seems that the GroupRenderMode property of RadGridView is set to Nested (which is its default value). May I ask if you could try setting it to Flat? More information on this property can be found at the following link:
Unfortunatly, I can not get you more information, because I can not reproduce it on my PC. The application closes at random time.
But thank you for your advice about using GroupRenderMode ="Flat" . I have used it in some datagrids, but not all. I have added this option to all datagrids in my project. Maybe it will help me.
Stenly
Telerik team
commented on 12 Oct 2023, 03:56 PM
Hello Shukhrat,
I hope the suggestion regarding the GroupRenderMode property will prevent the unwanted behavior from appearing. If it continues, I hope it will be possible to isolate it, so, that I could test it on my end.
Hey Shukhrat, can you describe the exact situation when this occurs? A video showing the issue will be helpful. Additional to that, it would be helpful if you can send over a runnable project that isolates your setup. This way I can test it on my side and see I can reproduce the issue, or at least if I can think of a possible reason based on the setup.
Hello Martin, Sorry but I cannot describe the situation when the program crashes. I see errors only in the windows logs. And I cannot send you my code, because it belongs to the company. Luckely we didn't have this error during one last week, but when I set up GroupRenderMode ="Flat" my datagrid sometimes began to flicker on event Rebind() How can I fix it ?
Martin Ivanov
Telerik team
commented on 23 Oct 2023, 12:52 PM
Can you share the Windows logs related to the error? Also, you can open a new support trial ticket from your telerik.com account. This way you can make your case private and you can share some code. Note that the private tickets fall under the confidentiality agreements in the Telerik UI for WPF EULA (see "1.11.1. Confidentiality Obligations" point).
About the Rebind() method call, this redraws the entire RadGridView and in more heavy scenarios it is possible to see this action. However, without recreating this I can't tell what exactly happens on your side. If you decide to take advantage of the support service you can describe this issue as well. Otherwise, you can attach a sample project that shows only this here in the forum.
Maybe someone has come across this question?
I really need help (
Could you share a bit more information on this exception? For example, is it reproducible in a sample project? Does it have any reproduction steps that I could follow?
On a side note, looking at the exception text, it seems that the GroupRenderMode property of RadGridView is set to Nested (which is its default value). May I ask if you could try setting it to Flat? More information on this property can be found at the following link:
WPF DataGrid - Grouping Modes - Telerik UI for WPF
Hello Stenly,
Thank you for your help!
Unfortunatly, I can not get you more information, because I can not reproduce it on my PC. The application closes at random time.
But thank you for your advice about using GroupRenderMode ="Flat" . I have used it in some datagrids, but not all. I have added this option to all datagrids in my project. Maybe it will help me.
Hello Shukhrat,
I hope the suggestion regarding the GroupRenderMode property will prevent the unwanted behavior from appearing. If it continues, I hope it will be possible to isolate it, so, that I could test it on my end.
Luckely we didn't have this error during one last week, but when I set up GroupRenderMode ="Flat" my datagrid sometimes began to flicker on event Rebind() How can I fix it ?
Can you share the Windows logs related to the error? Also, you can open a new support trial ticket from your telerik.com account. This way you can make your case private and you can share some code. Note that the private tickets fall under the confidentiality agreements in the Telerik UI for WPF EULA (see "1.11.1. Confidentiality Obligations" point).
About the Rebind() method call, this redraws the entire RadGridView and in more heavy scenarios it is possible to see this action. However, without recreating this I can't tell what exactly happens on your side. If you decide to take advantage of the support service you can describe this issue as well. Otherwise, you can attach a sample project that shows only this here in the forum.