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!

0
Votes
Scenario #1:

- When the user binds a preselect value that is beyond the Take property in the DropDown List component with virtualization enabled, the preselect value is not bound to the component.
- This scenario works as expected when virtualization is set to false.

Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/SyncFusionBlazorApp-1986516329


Replication procedure:

  • Run the sample.
  • See the Output.

Expected Output: The Preselect value needs to bound to the component.

Current Output: The Preselect value does not bound to the component.


Scenario #2: 


Component: MultiSelect

Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/SyncfusionBlazorApp-1085643707

Validation Details:

 The `where` query is not executed if the preselected values are bound to the component. The issue also occurs when virtualization is disabled.

Replication procedure:

·        Run the sample.

·        Select “1”, “22” and “750” using filtering and click the toggle button.

·        Now click the toggle button again

Expected Output: All the values need to be bound to the component.

Current Output: The `where` query is not executed, and only the `Take` query value is bound to the component.