Get highlighted row event for parent-child form

When we move the arrow keys up/down the treeview, I would like to change the content of some fields on the page. For example, a treeview showing a list of employees and a list of fields showing the highlighted employee's information.

I realize this can be done with the SelectedNodeChanged event, but moving the arrows up/down are not actually selecting the row. Only highlighting. Is there an event for OnHighlightedRow by chance?


1 Reply

PM Prasanth Madhaiyan Syncfusion Team August 1, 2022 05:24 PM UTC

Hi Scott,


Greetings from Syncfusion support.


We have validated your report in the Blazor TreeView component. We understand that you want to trigger the event on node selection while collapsing and expanding nodes with the Selected property within the data source. But the event for the selected property is only triggered when interaction begins at the UI level.


However, for the IsChecked property, both the UI and dynamic level interactions will be triggered. You can capture them using the NodeClicked and NodeChecked events.


Please tell us whether this is suitable for your case. If not, please revert us back to your exact use case with the TreeView component. Please let us know if you need any further assistance.


Regards,

Prasanth Madhaiyan.


Loader.
Up arrow icon