RadzenTree How to Programmatically Expand and Select Node

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)) />