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

Calendar in Modal Popup or Window

1 Answer 147 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
awni
Top achievements
Rank 1
awni asked on 07 Nov 2011, 06:31 PM
Hi,
I have a RadTreeView in a RadSlidingPane. The tree has a context menu and one of the options is Select Date. When clicking this option, I would like to pop up a modal window or pane with a RadCalendar inside. I tried to add a radcalendar to a radwindow, but it would not work . What's the best way to achieve this? 

Thanks,
awni

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 08 Nov 2011, 05:19 AM
Hello Awni,

You can add RadCalender inside content template.
<telerik:RadWindow ID="RadWindow1" runat="server" >
      <ContentTemplate>
        <telerik:RadCalendar ID="Calender1" runat="server"></telerik:RadCalendar>
      </ContentTemplate>
</telerik:RadWindow>
You can find more on content template from here.
Using RadWindow as controls container.

Thanks,
Shinu.
Tags
Calendar
Asked by
awni
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or