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

RadScheduler not being initialized

2 Answers 76 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 09 Jul 2011, 06:57 AM
Hi guys,

I have a unique problem, have no idea if it's caused by any settings in my project, I am using radScheduler on a form of my project which is a part of multi-project solution. I have tested radScheduler on an out of the solution project (a separate isolated project), it's working fine,

but within solution, when I drag and drop a scheduler control on my form, it doesn't initialize like other controls in form's designer

it appears abnormally as

Telerik.WinControls.UI.RadScheduler radScheduler1 = new Telerik.WinControls.UI.RadScheduler();

instead of the above, it should have been initialized as

this.radScheduler1 = new Telerik.WinControls.UI.RadScheduler();

neither it appears in form's class like other controls, for example, I have a Telerik pageview on the same form which appears as

private Telerik.WinControls.UI.RadPageViewPage myPageview;

but radScheduler has not been defined anywhere. Moreover, when I try to correct designer generated code, it changes it back again when I select the control on the form at design time, and neither it appears in intellisense window.

all other Telerik controls are working fine.

2 Answers, 1 is accepted

Sort by
0
Daniel
Top achievements
Rank 1
answered on 11 Jul 2011, 01:04 PM
I've managed to resolve this problem, remove and re-add radscheduler reference and it will start working.
0
Ivan Todorov
Telerik team
answered on 14 Jul 2011, 11:20 AM
Hi Daniel,

I am glad that you have managed to sort this out.

If you experience any further problems, do not hesitate to contact us.

All the best,
Ivan Todorov
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Scheduler and Reminder
Asked by
Daniel
Top achievements
Rank 1
Answers by
Daniel
Top achievements
Rank 1
Ivan Todorov
Telerik team
Share this question
or