Hello,
we are currently evaluating the brand new RadScheduler for Asp.net Ajax Q3 2010.
I set StartEditingInAdvancedForm="true" and StartInsertingInAdvancedForm="true" then went in debug mode.
I doubled clicked on an empty space to show the "AdvancedInsertTemplate" form,
it showed up, i entered some text inside the Subject textfield then pressed saved.
I put a break point at the server method "RadScheduler1_AppointmentCommand" and expected to see
e.CommandName set to "Insert"
but unfortunately for me, i was surprised to see that
e.CommandName was set to "update" !!!
Any Idea??? We tried and tried again, no clue.
We just realised that, when StartEditingInAdvancedForm and StartInsertingInAdvancedForm are set to "false", then e.CommandName is set to "Insert", when clicking on an empty place, and set to "update" when clicking on an filled placed.
Please, it's urgent, we really want to know if we should use Radscheduler for our business logic.
Thank you in advance for any hint!
Lucien
we are currently evaluating the brand new RadScheduler for Asp.net Ajax Q3 2010.
I set StartEditingInAdvancedForm="true" and StartInsertingInAdvancedForm="true" then went in debug mode.
I doubled clicked on an empty space to show the "AdvancedInsertTemplate" form,
it showed up, i entered some text inside the Subject textfield then pressed saved.
I put a break point at the server method "RadScheduler1_AppointmentCommand" and expected to see
e.CommandName set to "Insert"
but unfortunately for me, i was surprised to see that
e.CommandName was set to "update" !!!
Any Idea??? We tried and tried again, no clue.
We just realised that, when StartEditingInAdvancedForm and StartInsertingInAdvancedForm are set to "false", then e.CommandName is set to "Insert", when clicking on an empty place, and set to "update" when clicking on an filled placed.
Please, it's urgent, we really want to know if we should use Radscheduler for our business logic.
Thank you in advance for any hint!
Lucien
<
telerik:RadAjaxPanel
ID
=
"RadAjaxPanel1"
runat
=
"server"
HorizontalAlign
=
"NotSet"
LoadingPanelID
=
"RadAjaxLoadingPanel1"
>
<
telerik:RadScheduler
ID
=
"RadScheduler1"
runat
=
"server"
DataDescriptionField
=
"Description"
DataEndField
=
"End"
DataKeyField
=
"ID"
DataRecurrenceField
=
"RecurrenceRule"
DataRecurrenceParentKeyField
=
"RecurrenceParentID"
DataReminderField
=
"Reminder"
DataSourceID
=
"LinqDataSource1"
DataStartField
=
"Start"
DataSubjectField
=
"Subject"
EnableDescriptionField
=
"True"
Skin
=
"Office2007"
AdvancedForm-Modal
=
"false"
EnableExactTimeRendering
=
"True"
Height
=
"100%"
StartEditingInAdvancedForm
=
"true"
StartInsertingInAdvancedForm
=
"true"
OnAppointmentCommand
=
"RadScheduler1_AppointmentCommand"
OnFormCreated
=
"RadScheduler1_FormCreated"
>
.......
</
telerik:RadAjaxPanel
>