Hi,
I am using the client side double click event to show a custom appointment form.
How do i get the date-time on which user clicked in the month view, week view(dayview with visible days set to 7) and day view.
For month view (and old week view) i used the code snippet mentioned in this post http://blogs.infragistics.com/forums/t/41180.aspx, but this works only when user clicks on the header.
I am using the latest infragistics release (2011 volume 2)
Hello appoint,
I suggest using the ActiveDayUTC property of WebScheduleInfo. ActiveDayUTC represents the current and day.
For more information regarding this property, you may refer to the following documents:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.2/CLR4.0/html/Infragistics4.WebUI.WebSchedule.v11.2~Infragistics.WebUI.WebSchedule.WebScheduleInfo~ActiveDayUtc.html
If you have any questions, please let me know as well.
Hi Vivian,
How do i get the ActiveDay value in the client side event (Javascript).
Also will ActiveDay return the correct date on which the user double clicked in case of month view and weekview (day view with visible days set to 7).