Hi, I'm using AjaxControlToolkit in my DNN module. It seems to work well for the most part.
I have encountered a strange issue when using the Collapsible Panel, however.
My module is a list of Events that has a Collapsible Panel for displaying more information for each event. After I create a new event in the admin side, once I see the list of events, my latest event's collapsible panel opens (expected) but then closes immediately and won't stay open.
I suspect it's because the Collapsible Panel is postback-aware and creates a cookie to remember the state.
So, my question is this: is there a way that I can make the Collapsible Panel not remember the state?