Hi.
I am playing around with a trial version of the WinForms suite. There are a couple of issues I am seeing from the start and haven't been able to find a solution, so I was hoping posting here might lead me in the correct direction.
First: Telerik UI for Winforms > Convert to Telerik Controls crashes Visual Studio 2022 (.NET 8)
I have a simple solution with one Form (not the Telerik version). I also have one RadGridView and one Windows DataGridView.
Doesn't matter what I try in the conversion wizard, VS2022 crashes. I tried selecting a subset of files to convert (the list of files never displays), tried selecting only DataGridView and tried selecting all control types. All result in VS crashing with no conversion having taken place.
I searched the Telerik Knowledge Base and the best I could find seems to indicate VS2019 is a requirement. And if you suffer from crashes, that solution only goes back to VS2017. I downloaded the converter and I can only select VS2017.
https://docs.telerik.com/devtools/winforms/winforms-converter/requirements
https://docs.telerik.com/devtools/winforms/knowledge-base/converter-exception
I tried attaching the ZIP file but it is 33MB and that is too large. The solution only has one form and two grids. With very basic hard-coded data to load (which I took from a Telerik tutorial).
Second: Adding a RadGridView to our existing .NET 8 WinForms project results in VS2022 freezing when I try to rebuild the solution.
I can't include code for this one. What I did was add a NuGet package to: Include="UI.for.WinForms.AllControls.Net80.Trial" Version="2024.2.514"...
I dragged a RadGridiew onto an existing Form that had a DataGridView. I then copied whatever loading I do for the DataGridView and bind the same List (around 100 rows) to both grids.
If I try to rebuild the solution, once it gets to the project containing the RadGridView VS2022 will freeze.
However if I run the solution, I see the grid loaded an populated
Thanks for any insights.