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

RadCalendar with RadDatePicker

4 Answers 118 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Omar
Top achievements
Rank 2
Omar asked on 04 Jan 2011, 05:37 PM

Hi, i want the RadDatePicker to view multible months, so i used RadCalendar with MultiViewColumns="3" as shared calendar
and this is my code

<telerik:RadDatePicker ID="RadDatePicker1" runat="server" SharedCalendarID="RadCalendar1" >
</telerik:RadDatePicker>
<telerik:RadCalendar ID="RadCalendar1" Runat="server" 
    MultiViewColumns="3" EnableMultiSelect="False"  AutoPostBack="True" >
</telerik:RadCalendar>

now when clicking on date popup button, postback is done and i'm not able to select a date.

4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Jan 2011, 06:43 AM
Hello Omer,


I assume that the postback taking place because you set the "AutoPostBack" property to "True" for RadCalendar. Set the AutoPostBack for the RadDatePicker (than setting it for RadCalender) if you need a postback when selecting date.


Hope this helps you.


-Shinu.
0
Omar
Top achievements
Rank 2
answered on 05 Jan 2011, 05:22 PM
Hello Shinu,
thanks for your response,

Multi-view calendar logic works only when AutoPostBack="true", if i removed AutoPostBack="true" for RadCalendar, i will not be able to navigate to next or previous months. 

Any idea for this issue ?

 
0
Jegadeesh
Top achievements
Rank 1
answered on 30 Sep 2013, 07:23 PM
Hello,
Any Update on the above issue? I am facing the same problem.


Thanks,
Jegadeesh
0
Eyup
Telerik team
answered on 03 Oct 2013, 10:55 AM
Hello,

I am afraid we are not able to reproduce the issue locally. Can you replicate the problem with any of the demos?
http://demos.telerik.com/aspnet-ajax/calendar/examples/overview/defaultcs.aspx

Looking forward to your reply.

Regards,
Eyup
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Calendar
Asked by
Omar
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Omar
Top achievements
Rank 2
Jegadeesh
Top achievements
Rank 1
Eyup
Telerik team
Share this question
or