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!

2
Votes

In dropdownlist component, we have rendered with some preselect values using @bind-Value. We have assigned the dropdown list datasource with some delay using OnInitializedAsync method. Now, preselect @bind-Value set to default value as  null or 0.

Sample: Please check with attached local sample.

Replication Procedure:

  1. Run the sample.
  2. Click the grid edit buttons.
  3. Now, preselect value not set to dropdown list component.

Expected:  Preselect value need set properly after set the datasource with some time delay.

Actual: Preselect value not set properly after set the datasource with some time delay.