Question

I have a ASPXShceduler binded with object data source. It work fine, but when I change it to past and try to delete or update ObjectDataSource methods are not fired. When I change if back again it works... Any idea what is the problem?

<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>
Was it helpful?

Solution

Have you tried based on demo in Devexpress page? There are 3 online demo for this situation. They using a DemoDataSource.

Customization - Custom ToolTip

Miscellaneous - End-User Restrictions

Templates - Resource Headers

There are also 4 videos on Devexpress TV but you should read first ASPxScheduler documentation carefully.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top