2012-06-20 5 views
0

개체 데이터 원본과 바인드 된 ASPXShceduler이 있습니다. 그것은 잘 작동하지만, 내가 과거로 변경하고 삭제하거나 업데이 트하려고하면 ObjectDataSource 메서드는 해고되지 않습니다. 내가 다시 바뀌면 다시 작동합니다 ... 어떤 생각이 어떤 문제입니까? ASPXScheduler가 업데이트 및 삭제 메서드를 실행하지 못함

<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="&amp;Not Done" /> 
          <dxwschs:AppointmentLabel Color="193, 244, 156" DisplayName="Done" MenuCaption="&amp;Done" /> 
         </labels> 
        </Appointments> 
       </Storage> 
      </dxwschs:ASPxScheduler> 

답변

1

Devexpress 페이지의 데모를 기반으로 해 보았습니까? 이 상황에 대한 3 가지 온라인 데모가 있습니다. 그들은 DemoDataSource을 사용합니다. Miscellaneous - End-User Restrictions

Templates - Resource Headers

가 DevExpress의 TV에도 4 videos하지만 당신이 ASPxScheduler documentation주의 깊게 첫째 읽어야

Customization - Custom ToolTip.

+0

과거에도 약속을 업데이트합니다. 2 일 전의 데이터 만 업데이트합니다. – levi