Hi, i used RadWindow in my application, it is working fine, but after getting RadGrid page postback if i click the radwindow ,RadWindow properties(Behaviors,Behaviors and visiblestatusbar) not working,
i used RadWindow properties like below
<telerik:RadWindow ID="History" runat="server" Height="300px"
Width="750px" Left="200px" ReloadOnShow="true" VisibleStatusbar ="false" Modal="true" Behaviors ="none"
Behavior="none" />