I recommend checking my reply here: RadzenTree questions
The Selected property of the RadzenTreeLevel is the way to select a node.
<RadzenTreeLevel Selected=@(data => ShouldSelectThisNode(data)) />
I recommend checking my reply here: RadzenTree questions
The Selected property of the RadzenTreeLevel is the way to select a node.
<RadzenTreeLevel Selected=@(data => ShouldSelectThisNode(data)) />