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,
Please let me know if you have any questions.
Hello apppoint,
You may set the ActiveDayUTC property based on an input date field, like our WebDatePicker. ActiveDayUTC is a WebScheduleInfo property. The new ActiveDay will be reflected on a WebMonthView, and WebDayView as well, as long as they are connected to the WebScheduleInfo.
I have attached a sample demonstrating this behavior.
Please let me know if this is the behavior you have in mind, or otherwise. This way we may provide an appropriate solution that best suits your application.
If you have any questions, please let me know as well.
Hi Vivian,
I am trying to get active day selection on webdayview and webmonthview controls. The link in your post points to a webcalendar view sample.
I apologize for the delay. Below is a sample demonstrating how ActiveDay is changed :
http://samples.infragistics.com/aspnet/Samples/WebSchedule/Display/WebScheduleInfoProperties1/Default.aspx?cn=schedule&sid=5d49381e-9dc7-4ec6-b125-1375235497e9
Please let me know if this is the behavior you are looking for. If not, please let me know as well.
The sample is currently being tested.
I provide an answer by te end of the Friday.