【问题标题】:ASPXScheduler Fails to Fire Update and Delete MethodASPXScheduler 无法触发更新和删除方法
【发布时间】:2012-06-20 08:57:40
【问题描述】:

我有一个与对象数据源绑定的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="&amp;Not Done" />
                            <dxwschs:AppointmentLabel Color="193, 244, 156" DisplayName="Done" MenuCaption="&amp;Done"  />
                        </labels>
                    </Appointments>
                </Storage>
            </dxwschs:ASPxScheduler>

【问题讨论】:

    标签: c# asp.net devexpress objectdatasource scheduler


    【解决方案1】:

    您是否尝试过基于 Devexpress 页面中的演示?这种情况有3个在线演示。他们使用DemoDataSource

    Customization - Custom ToolTip

    Miscellaneous - End-User Restrictions

    Templates - Resource Headers

    Devexpress TV 上也有4 videos,但您应该先仔细阅读ASPxScheduler documentation

    【讨论】:

    • 它甚至会更新过去的约会。更新不超过 2 天前的数据
    猜你喜欢
    • 2013-09-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-02-13
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多