我有一个ASPXShceduler
与对象数据源绑定的。它工作正常,但是当我将其更改为过去并尝试删除或更新ObjectDataSource
方法时不会触发。当我再次更改时,它会起作用...知道问题出在哪里吗?
<dxwschs:ASPxScheduler
ID="AppointmentsSchaduler"
ClientInstanceName="AppointmentsSchaduler"
runat="server"
AppointmentDataSourceID="AppointmentsDataSource"
ActiveViewType="TimeLine">
<Storage EnableReminders="False">
<Appointments>
<Mappings AppointmentId="ID" Subject="Caption" Description="Note" Label="MarkAsDone"
Start="StartDate" End="EndDate" />
<labels>
<dxwschs:AppointmentLabel Color="255, 194, 190" DisplayName="Not Done" MenuCaption="&Not Done" />
<dxwschs:AppointmentLabel Color="193, 244, 156" DisplayName="Done" MenuCaption="&Done" />
</labels>
</Appointments>
</Storage>
</dxwschs:ASPxScheduler>