[Bug]: DataGridSelectColumn dataloading breaks on async methods #5835
Labels
Status : Finished
Finished work on issue, to be closed (merge/review pending, etc...)
Type: Bug 🐞
Something isn't working
Blazorise Version
1.6.2
What Blazorise provider are you running on?
Bootstrap5
Link to minimal reproduction or a simple code snippet
Steps to reproduce & bug description
Run the view.
Only test1 is shown in the drop down.
As it "loads" the page when you get into the first await
(here it is just a Task.Run we load the category's by an async REST Api call)
The "test" dropdown wont be loaded.
awaitable task execution is breaking the loading.
I already tried datagrid.Refresh()/Reload()/Statehaschanged but it didn't change anything.
What is expected?
Categorys aka. other SelectColumnItems should be loadable by awaitable calls.
What is actually happening?
Only synchron calls are working.
What browsers do you see the problem on?
Chrome
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: