You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've registered a simple expand listener on a tree grid and called grid.expandRecursively(rootItem, depth); with different depths (0 up to n). In no case the expand listener has been notified.
When using the normal expand method (also programmatically), the listener is notified.