Hi
I want to prevent the collapsing of TreeView nodes.
I see there's an "Node collapsing" event so I used a callback function to set "Cancel" to "true" since that's what the method description says ("If you want to cancel this event [...] set cancel as true")
But this does not prevent the collapse at all. What's more, it seems the collapse happens BEFORE the callback is even triggered (which is what I expect to happen in the event of "NodeCOLLAPSED", not "NodeCOLLAPSING").
I attached an example, it's just the demo code with the events added as I described.
Cheers
Attachment:
BlazorSampleAppNodeCoallpsingBug_19acbf4d.zip