SelectColumn in FluentDataGrid #3581
Unanswered
joehelsing
asked this question in
Q&A
Replies: 1 comment
-
Don't think the error is in the code you provided. Error indicates a callback method is incorrect. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to bind a bunch of selected rows to a List of the same type but I am getting the following error:
Argument 2: cannot convert from 'Microsoft.AspNetCore.Components.EventCallback<System.Collections.Generic.List>' to 'Microsoft.AspNetCore.Components.EventCallback'
Does anybody know how I can achieve my aim of NewModel.MyModels being the selected items from the SelectColumn?
I hope this makes sense.
Beta Was this translation helpful? Give feedback.
All reactions