Skip to main content

We have a treeview and allow search control.

If a user search for 100, and select it from the search result, node "D" is automatically expanded.

Node "100"  is selected, but the issue is treeview does not focus on node "100" which confuse the end users, as they think that search does nothing. Have anyone experience this before?

 

Example

- A

- B

- C

- D

   - 1

   to

   - 100

 

 

 

 

Depends on how the control is configured. Carefully read the Tree Control's Considerations, if you haven't already.


Reply