Hi,
I'm using the panelbar and whant the first panel to expand, on start.
This is my panel code:
The panel bar is inside a RadSplitter.
The radsplitter is inside a dynamically loaded control, that is in a RadAjaxPanel.
As you can see, I set
Selected="true" Expanded="True"
but that does not show the panel expanded. I always have to click the bar to see its content (the table)
I tried also to set it in code :
and even in the PreRender (
RadPanelBar_Portfolio.Items(0).Expanded = True)
and I tried setting it in JS:
But, no luck, the panelbar ALWAYS needs to be clicked first...
Please check screenshot for more details.
Could you tell me how I can see the first panel expanded?
Thanks
Erik