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!
When virtualization property is enabled, value not set to component if we dynamically change the value which is not present in the currently loaded datasource.
Code Snippet :
|
<SfDropDownList <SfDataManager <DropDownListFieldSettings <DropDownListEvents </SfDropDownList> <SfDropDownList <SfDataManager <DropDownListFieldSettings </SfDropDownList> @code public public public string ChangedValue { get; set; } public { public public public public public public public public public public public } public { this.ChangedValue = args.Value; } } |
Replication Steps:
1. Open the first dropdown and choose first value.
2. Value will be updated to the second dropdown.
3. Open the first dropdown again and scroll 2 to 3 times and choose any value.
4. Value not updated to the second dropdown due to datasource not present based on the first dropdown’s scrolled value.