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

Weird Issue with the Breeze Theme

1 Answer 64 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
TwoLaJit
Top achievements
Rank 2
TwoLaJit asked on 18 May 2009, 03:42 PM
Weird Issue with the Breeze Theme and radcontrols scheduler for winforms...

it cuts off the buttons in the edit appointment and recurring appointment pop up boxes

as show in this link...


1 Answer, 1 is accepted

Sort by
0
Accepted
Deyan
Telerik team
answered on 19 May 2009, 03:26 PM
Hi Brendan,

Thanks for contacting us.

Indeed, this is an issue within this form which we have already addressed.

However, for the time until our next release, I can provide you with a quick workaround which you can use to overcome this undesired appearance.

I have attached a sample project which demonstrates how to achieve this.

Basically, I create a new Windows Form and inherit from the EditAppointmentDialog class. In the constructor of my custom dialog I reset the AutoScaleMode property of the form to None. After that, I subscribe for the AppointmentEditDialogShowing event of the RadScheduler and in its event handler I replace the default dialog with the new one.

Take a look at my code for further details.

I hope this is helpful.

All the best,
Deyan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler and Reminder
Asked by
TwoLaJit
Top achievements
Rank 2
Answers by
Deyan
Telerik team
Share this question
or