From a grid row I open the rwMng window below from different icons.
I'd like the window to maximize whenever it's opened and resize to the defined height and width, if the user clicks the resize button.
When the window is first opened it is maximized.
However, if I close the window and open the window again the window is sized to the defined height and width.
Is it possible to have the window behave as described?
<telerik:RadWindowManager ID="rwm" runat="server" Skin="Vista" style="z-index:7001" InitialBehavior="Maximize">
<Windows>
<telerik:RadWindow ID="rwMng" runat="server" VisibleStatusbar="false" VisibleTitlebar="True" Title="Campaign details management"
Height="625px" Width="950px" ReloadOnShow="True" Modal="True" Behaviors="Default" Skin="Vista"
DestroyOnClose="false" ShowContentDuringLoad="false" />
</Windows>
</telerik:RadWindowManager>
I'd like the window to maximize whenever it's opened and resize to the defined height and width, if the user clicks the resize button.
When the window is first opened it is maximized.
However, if I close the window and open the window again the window is sized to the defined height and width.
Is it possible to have the window behave as described?
<telerik:RadWindowManager ID="rwm" runat="server" Skin="Vista" style="z-index:7001" InitialBehavior="Maximize">
<Windows>
<telerik:RadWindow ID="rwMng" runat="server" VisibleStatusbar="false" VisibleTitlebar="True" Title="Campaign details management"
Height="625px" Width="950px" ReloadOnShow="True" Modal="True" Behaviors="Default" Skin="Vista"
DestroyOnClose="false" ShowContentDuringLoad="false" />
</Windows>
</telerik:RadWindowManager>