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

Multi Month View and Client Side navigation...

3 Answers 46 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Christian
Top achievements
Rank 1
Christian asked on 03 Sep 2008, 12:28 PM
Hi,

Is it possible to navigate a Multi Month View Calendar without doing a postback?

Best Regards,
Christian

3 Answers, 1 is accepted

Sort by
0
Missing User
answered on 03 Sep 2008, 03:31 PM
Hello Christian,


You need to set AutoPostBack of RadCalendar to true in order to use Multi-Month mode.

Greetings,
Plamen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Navin
Top achievements
Rank 1
answered on 29 Nov 2013, 10:07 PM
I understand we need AutoPostBack set to true for the multi mode calendar, is there any way to implement it via client side? Is this possible?

Thanks
Navin
0
Viktor Tachev
Telerik team
answered on 04 Dec 2013, 04:26 PM
Hello Navin,

If you would like to prevent full postback when selecting a date in RadCalendar in multi-month view you could Ajax-enable the control. This could be done with either RadAjaxPanel or RadAjaxManager control.

<telerik:RadAjaxPanel runat="server" ID="RadAjaxPanel1">
    <telerik:RadCalendar
        ID="RadCalendar1"
        runat="server"
        DayNameFormat="FirstLetter"
        EnableMultiSelect="False"
        FocusedDate="2013-01-01"
        AutoPostBack="True"
        MultiViewColumns="4"
        MultiViewRows="3">
         
    </telerik:RadCalendar>
</telerik:RadAjaxPanel>

Also client-side events could be used like you would in normal mode.

Regards,
Viktor Tachev
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
Christian
Top achievements
Rank 1
Answers by
Missing User
Navin
Top achievements
Rank 1
Viktor Tachev
Telerik team
Share this question
or