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

RadCalendar Orientation Is It Like StackPanel's?

2 Answers 43 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
OmegaMan
Top achievements
Rank 1
OmegaMan asked on 27 Jan 2014, 02:03 PM
I am expecting the orientation attribute to behave like the stackpanel's orientation. If I set it to `Vertical` then the calendars should be stacked on one another instead of being side by side. Is my perception of this attribute wrong? The documentation, nor the examples provide no guidance on this attribute.

            <telerik:RadCalendar                                  
                                Columns="3"
                                 Orientation="Vertical"
                                 SelectionMode="Extended"
                                 IsTodayHighlighted="False"
                                 Culture="en-US" />

The above code should give me 3 calendars all stacked on top of each other, but I see no visible change between `Vertical` and `Horizontal`. What am I missing?

2 Answers, 1 is accepted

Sort by
0
OmegaMan
Top achievements
Rank 1
answered on 27 Jan 2014, 02:38 PM
Found it, I missed the rows attribute set to 3 and the columns attribute set to 1. But what does the orientation attribute do?
0
Accepted
Kalin
Telerik team
answered on 30 Jan 2014, 11:00 AM
Hi William,

Thanks for bringing this to our attention.

The Orientation property should be switching the places of the WeekNames and WeekNumbers as explained here. However it seems that it is not working, so I logged that in our Feedback portal you could easily track its status on the following link:
http://feedback.telerik.com/Project/143/Feedback/Details/109465-the-orientation-property-of-the-calendar-is-not-working

Hope this helps. I have also updated your Telerik points for your involvement.

Regards,
Kalin
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
Calendar
Asked by
OmegaMan
Top achievements
Rank 1
Answers by
OmegaMan
Top achievements
Rank 1
Kalin
Telerik team
Share this question
or