Hey Guys!
Is there any solution for getting the eventid on dblclick-Event clientside for the WebCalendarView like the ActivityDialogOpening-Event on the Shedule?Should be like this here:
function OpenDialog(oScheduleInfo, oEvent, oDialog, oActivity) { var eventid = oActivity.getDataKey(); }
Thanks
Inoir
Hi Inoir,
Thank you for posting in the community.
I suggest that you take a look at the following article on the subject of opening WebSchedule's appointment dialog:
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=10096
As the WebCalendarView features a DblClick client-side event, it may be handled in order to open the appointment dialog upon double clicking the control.
Please feel free to contact me if you have any questions.