This is a migrated thread and some comments may be shown as answers.

RadWindow Resize

1 Answer 450 Views
Window
This is a migrated thread and some comments may be shown as answers.
Prava kafle
Top achievements
Rank 1
Prava kafle asked on 16 Aug 2012, 07:35 PM
Hi,

I am dynamically adding controls to a placeholder in TSearch.aspx and I did set SrchRadWindow's  AutoSize  property to true.
Autosize property is not woking for me. Am I missing something? 
 
 




 <telerik:RadWindow ID="SrchRadWindow" runat="server" Title="TicketSearch" Behaviors="Maximize, Minimize, Move, Close, Resize"
                Left="200px" Top="25px" ReloadOnShow="true"  ShowContentDuringLoad="false"  VisibleStatusbar="false"
              IconUrl="img/favicon.ico"   OpenerElementID="TktSrchBtn" NavigateUrl="TSearch.aspx"    AutoSize="true" />

Thanks,
Prava

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 Aug 2012, 06:22 AM
Hi,

Merely setting the AutoSize property of the RadWindow to true is not always sufficient for this functionality to work as expected. There are several other aspects that need to be taken into account.Please provide your full code if the issue persists.

Thanks,
Princy.
Tags
Window
Asked by
Prava kafle
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or