Hi there,
I have created InlineInsertTemplate and InlineEditTemplate for the RadScheduler. I have set the following properties on the Scheduler:
RadScheduler1.AdvancedForm.Enabled = false;
RadScheduler1.StartInsertingInAdvancedForm = false;
RadScheduler1.StartEditingInAdvancedForm = false;
RadScheduler1.MinimumInlineFormHeight = 30;
RadScheduler1.MinimumInlineFormWidth = 260;
When I double click on an empty date in the scheduler it pops up my InLineInsertTemplate looking perfect.
When I double click on an existing Appointment it pops up my InLineEditTemplate with the correct width but the Height is not right. The top and bottom of the dialogue meet and you can't see the controls till you drag out the end.
Both the InLineInsertTemplate and InLineEditTemplate's are the same as far as controls and layout go. The controls just have different IDs.
Is this happening to anyone else or just me?
How can I fix this?
Regards,
Scott.
I have created InlineInsertTemplate and InlineEditTemplate for the RadScheduler. I have set the following properties on the Scheduler:
RadScheduler1.AdvancedForm.Enabled = false;
RadScheduler1.StartInsertingInAdvancedForm = false;
RadScheduler1.StartEditingInAdvancedForm = false;
RadScheduler1.MinimumInlineFormHeight = 30;
RadScheduler1.MinimumInlineFormWidth = 260;
When I double click on an empty date in the scheduler it pops up my InLineInsertTemplate looking perfect.
When I double click on an existing Appointment it pops up my InLineEditTemplate with the correct width but the Height is not right. The top and bottom of the dialogue meet and you can't see the controls till you drag out the end.
Both the InLineInsertTemplate and InLineEditTemplate's are the same as far as controls and layout go. The controls just have different IDs.
Is this happening to anyone else or just me?
How can I fix this?
Regards,
Scott.