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

Calendar not showing month names

4 Answers 65 Views
Calendar, DateTimePicker, TimePicker and Clock
This is a migrated thread and some comments may be shown as answers.
Joseph
Top achievements
Rank 1
Joseph asked on 09 Dec 2010, 05:25 AM
Hello,
I have set up a calendar with multiviews and set multiviews so it shows 3 months at a time.  The problem is, is that it is not displaying the 3 names of the months during runtime, it just has the 3 months and all the dates show but without a label for December, Jan, or Feb.  At design time, it is showing up as I would expect, however during runtime it will not show.

Attached is png image showing what I am talking about


Any ideas?
Thanks!             

4 Answers, 1 is accepted

Sort by
0
Richard Slade
Top achievements
Rank 2
answered on 09 Dec 2010, 11:24 AM
Hello Joseph,

May I ask what version of the controls you are using? For reference I'm on the latest version Q3 2010.
I have added a RadCalendar to a form and set the following

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Me.RadCalendar1.AllowMultipleView = True
    Me.RadCalendar1.MultiViewColumns = 3
End Sub

The result is per the screenshot attached.
If you are not on the latest version, I'd suggest upgrading, but let me know if you need further help
Richard
0
Dobry Zranchev
Telerik team
answered on 14 Dec 2010, 06:20 PM
Hello,

Thank you Richard for writing.

Josef, I can not reproduce the issue that you are describing. In order to apply such behavior, you should add a RadCalendar control in your application and set the property AllowMultipleView to true as it is demonstrated in the code snippet provided by Richard. After that, you should set the property MultiViewRows of the RadCalendar control to add 3 months in view. Please try this approach in a sample project. If you still have any issues, feel free to contact us.

All the best,
Dobry Zranchev
the Telerik team
Get started with RadControls for WinForms with numerous videos and detailed documentation.
0
Joseph
Top achievements
Rank 1
answered on 14 Dec 2010, 08:01 PM
Thank you Rich & Dobry for responding to my question.  It seemed to be a glitch on my system, on one system, this behaviour comes up with with the missing month names, on another system with the exact same code it appears to work fine.  Thanks for your input!

I am also getting some exceptions showing up in the "Immediate" window as I am debugging, and when I drag appointments of schedules that are scheduled 2 at a time for the same time and same resource, it will not drag into the next resource at certain times!  This is very confusing, maybe I will just reinstall windows with a clean installation and install vs2008 and retry everything again

Thank you!
0
Dobry Zranchev
Telerik team
answered on 20 Dec 2010, 02:07 PM
Hi Joseph,

Thank you for writing.

I am glad to hear that the issue does not appear in general. However, we will need some additional details that may help us to investigate the specific case that you have reported:
1. Operating System version.
2. Default Culture settings.

Please also describe in more details the issue with the drag and drop operation between resources. This will allow us to provide you with further assistance.

I am looking forward for your reply.

Kind regards,
Dobry Zranchev
the Telerik team
Check out the Q1 2011 Roadmap for Telerik Controls for Windows Forms.
Tags
Calendar, DateTimePicker, TimePicker and Clock
Asked by
Joseph
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Dobry Zranchev
Telerik team
Joseph
Top achievements
Rank 1
Share this question
or