The Event onAfterExpand don't fire in Kanban with toolbar

We have a kanban with a toolbar for search.
Now we want a function called by the events onAfterCollaps and onAfterExpand.
Without toolbar the event fired, with toolbar not.

With:
https://snippet.webix.com/4qsvjw45

Without:
https://snippet.webix.com/2t03araj

Hello,

The onAfterExpand is an event of UI Accordion, which is a base for the default Kanban layout.

To catch its events in your configuration, you need to access it by some other ID: https://snippet.webix.com/uxshy2pl

Alternativaly, you can place the toolbar above the whole Kanban view: https://snippet.webix.com/6873eql4

Ok, thx. That’s good.