Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I found that SfGrid crashes IISExpress and causes VS to exit debug mode when the class used by the object assigned to DataSource has multiple constructors and the parameterless constructor is not first.
This is the error message when it crashes:
The program '[26064] iisexpress.exe' has exited with code 3221225477 (0xc0000005) 'Access violation'.
I have created a minimal code example exhibiting the crash. To prevent the crash, you declare the constructor "public ActivityPeriods(){}" before the constructor which takes a parameter. I would consider this broken behaviour.