Hi,
I have installed the contols for Asp.net and using the Scheduler control and have the folllowing questions:
1.I am uisng the WebDayView but unable to see the WebWeekView. Itried adding throug the Toolbox but it is not avalble in the bin folder also.
2.When I run the application and place the mouse on any of the appointements there is now Delete option for that cell. Do we need to set any property to enable the Delete option.
3.I added an event for OnActivityUpdating. How do I get the updated time in the method. eg: I drag my appointmenet from 10: 30 to 8: 30 so in the method how do I capture the new time (8:30)
Regards,
Preethi Dwarkanath
Hi Preethi,
Thank you for using our community. WebWeekview is retired in the latest versions after 11.2 since this it is not available in the toolset that you have.
Here you can find a full complete sample that demonstrates how to use it and how to achieve the desire functionalities:
http://samples.infragistics.com/aspnet/Samples/WebSchedule/Display/FullPageSample/Default.aspx?cn=schedule&sid=205dc314-a141-40a4-85b6-9ff84b53532d
I hope this helps.
If you need any further assistance or you have any questions do not hesitate to contact me.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
These WebSchedule samples don't use event OnActivityUpdating. Can you provide a sample that does?
Prior to the upgrade from v7.2 to v12.1, the event worked fine and the intended server method actually gets called to update the database whenever the user moves the activity; now after the upgrade, the server method doesn't get called for some reasons.