Is there a way, since there is no event onBeforeCollapse, to get the width/height of a cell before it is collapsed?
I want to save the user’s sizes, which I can do when all the cells are open. But when they are closed they are always 18 pixels.
Is there a way, since there is no event onBeforeCollapse, to get the width/height of a cell before it is collapsed?
I want to save the user’s sizes, which I can do when all the cells are open. But when they are closed they are always 18 pixels.
Hi,
there are not onBeforeCollapse event. But there is “onPanelResizeFinish” and onExpand event that are called after the panel sizes changed. Possibly these events could be used instead