Open agoldenbaum opened 1 year ago
this works when using 2-way binding on the SelectedRows property: <IgbGrid Height="500px" @ref="GridRef" Data="Data" AutoGenerate="@false" ResourceStrings=@gridResStrings RowSelection="@GridSelectionMode.Multiple" @bind-SelectedRows="@BoundSelectedRows" >
@dkamburov is this something Grinders can look at next spring?
Steps to Reproduce:
Actual Behavior The bound Object[] to the SelectedRows collection of the grid remains null
Expected Behavior The Object[] should be populated with the selected rows
NewGridBlazorTest.zip