I have raddatepicker control in radwindow.The size of radwindow is fixed. when i open the raddatepicker popup it shows scroll bar in radwindow due to less space.
I don't want to show the scroll bar. so my question is Can we open the datepicker popup upon the radwindow.
I have attached the screen shot.<body>
<form id="form1" runat="server">
<div>
<br />
<br />
<br />
<br />
<br />
<br />
<asp:ScriptManager ID="scrpMan1" runat="server"></asp:ScriptManager>
<telerik:RadAjaxPanel runat="server" ID="RadAjaxPanel3">
<telerik:RadComboBox ID="rcbCandidateName" runat="server"
style="left:10px;top:10px;"
EmptyMessage="Candidate name"
EnableTextSelection="true"
EnableLoadOnDemand="true"
DropDownWidth="223px"
Filter="Contains"
ShowToggleImage="True"
ExpandAnimation-Type="InCubic"
CollapseAnimation-Type="InBack"
OnItemsRequested="rcbCandidateName_ItemsRequested" >
</telerik:RadComboBox>
</telerik:RadAjaxPanel>
</div>
</form>
</body>