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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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.

Empty



Empty