I have been trying to get hold of my windows today and no matter if I set "InitialBehaviour" or "InitialBehaviours" it doesn't work at all and I get all options on the window shows. If I use "Behaviour" it all works according to my settings but then I get a fancy warning...
Configuration is as follows...
| Chart.aspx(52,13): warning CS0612: 'Telerik.Web.UI.RadWindowBase.Behavior' is obsolete |
Configuration is as follows...
| <telerik:RadWindowManager ID="chartWindowManager" runat="server" Modal="True" ReloadOnShow="True" Overlay="True" |
| ShowContentDuringLoad="False" VisibleOnPageLoad="False" Behavior="Close, Move" VisibleStatusbar="False"> |
| <Windows> |
| <telerik:RadWindow ID="DateSelectorWindow" runat="server" ClientCallBackFunction="CallBackFunction" Width="240" Height="210"> |
| </telerik:RadWindow> |
| <telerik:RadWindow ID="ChartDetailsWindow" runat="server" Width="500px" Height="350px"> |
| </telerik:RadWindow> |
| </Windows> |
| </telerik:RadWindowManager> |