Hey guys, I have a datagrid with multipleSelection, I added two attribute in the grid as shows:
I added an attribute in checbox's column as:
The variable Seleccion its a list of Solicitude Object
I followed your multiple selection demo and set a checkbox's column template to this:
when I run it, radzen display this error
error CS1503: Argumento 2: no se puede convertir de 'Microsoft.AspNetCore.Components.EventCallback<System.Collections.Generic.List<Sci.Models.Dbsci.VistaSolicitude>>' a 'Microsoft.AspNetCore.Components.EventCallback'
How can i fix it inside radzen? could you help me guys?