Hi,
I am using latest build. Using any of these events:
public void OnRowSelect(Syncfusion.Blazor.Grids.RowSelectEventArgs<Node> args)
public void OnRowSelecting(Syncfusion.Blazor.Grids.RowSelectingEventArgs<Node> args)
the args.Row is always null.
Same thing if I try to get Treegrid.GetSelectedRows().. Always return null.
Please help.
thanks,
ma