Oct 08, 2019, 8:51 PM
[CLOSED] Mvc.Ext.Net Collapsible Panel bug
Hi,
Over a few solutions, I've noticed that there is a bug when using collapsible panels with gridpanels inside them.
I have a collapsible panel with a panel inside it, and inside that panel is a gridpanel. This gridpanel has a direct event on it, so that when you select something, it displays a panel (that panel is in the center region, if that matters) with specific details relating to what you click on.
It works fine when you load the page, then click an item within the gridpanel before collapsing and then expanding the panel. If you do that, the call still works (as I can see it in console/ Network) but the center panel (which worked before) no longer appears. Strange.
The hierarchy is like so:
- Collapsible Panel
- Panel
- Grid Panel
I believe there is a bug, that when you collapse and then expand a panel with a gridpanel inside it, the contents of another panel will not load (if it's in direct events).
I have tested this with a button and it works fine (I just passed in example details to the same call), even after expanding it. The issue only seems to arise with gridpanels.
Please advise!
EDIT:
I've attached images of the working version and broken version.
Working:

Broken:
Over a few solutions, I've noticed that there is a bug when using collapsible panels with gridpanels inside them.
I have a collapsible panel with a panel inside it, and inside that panel is a gridpanel. This gridpanel has a direct event on it, so that when you select something, it displays a panel (that panel is in the center region, if that matters) with specific details relating to what you click on.
It works fine when you load the page, then click an item within the gridpanel before collapsing and then expanding the panel. If you do that, the call still works (as I can see it in console/ Network) but the center panel (which worked before) no longer appears. Strange.
The hierarchy is like so:
- Collapsible Panel
- Panel
- Grid Panel
I believe there is a bug, that when you collapse and then expand a panel with a gridpanel inside it, the contents of another panel will not load (if it's in direct events).
I have tested this with a button and it works fine (I just passed in example details to the same call), even after expanding it. The issue only seems to arise with gridpanels.
Please advise!
EDIT:
I've attached images of the working version and broken version.
Working:
Broken:
Last edited by cslocus; Oct 08, 2019 at 8:56 PM.