Disable tooltip on collapsed Layout cell

Hello

Is there a way to disable tooltip for collapsed Layout cell

Thanks

Hello,

try the following approach:

dhxLayout.attachEvent("onCollapse", function(id){ this.cells(id).removeAttribute("title"); });

It works.

Спасибо Александра.