You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeadlyEmu: anyone have any ideas how to code the selected items within a DataGrid? I have tried setting the values within the variable which holds this data for selected items on the item then used a ref to refresh that DataGrid but this does not work?
User code should work, there's a bug with the internal sync of SelectedRows, when it is manually updated and other components do not know of this.
Also consider adding an overload for DataGrid.Select() for multiple items, for v.1.0.0
EDIT: Even await dataGridRef.Select(data[1]); does not seem to be working properly. :( EDIT2: This happens when the Datagrid is really minimal and there isn't much that triggers children updates. So with just binding a List and a simple columns with no Field set.
The text was updated successfully, but these errors were encountered:
--- From Blazorise's Discord Channel
Related PR : #3245
User code should work, there's a bug with the internal sync of SelectedRows, when it is manually updated and other components do not know of this.
Also consider adding an overload for DataGrid.Select() for multiple items, for v.1.0.0
EDIT: Even await dataGridRef.Select(data[1]); does not seem to be working properly. :(
EDIT2: This happens when the Datagrid is really minimal and there isn't much that triggers children updates. So with just binding a List and a simple columns with no Field set.
The text was updated successfully, but these errors were encountered: