Hi!
I have an aspx with a RadSplitter with a couple of RadPanes.
In the codebehind on not postback requests I set pane.Collapsed=true.
When the page is being loaded the pane first appears expanded expanded and is collpased just moment later.
OnClientResized clientside event is fired but OnClinetCollapsed is not.
When I create the same splitter and panes in code, not an apsx, the pane appers collapsed right away (though I'm not sure now).
Also it is collapsed right away after postbacks.
I suppose this cliend side collapse is expected behaviour, but I want to avoid it.
Ho do I awoid this client side collapsing in the first case?
(We have version 2008.2.826.20)
Thanks!