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>