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!
Encountering error when I bind a nullable int or nullable decimal (I assume other nullable types as well) to the dropdown list. Binding a string value doesn't produce this error. This happened after I updated to 17.4.0.17.
Copied the example code from the Data Binding page, tweaked it to use nullable int as shown in the screenshot below, and produced the error. DropdownList doest bind the value as well.