hi, i have a monthview and my custom (add) appointmentdialog. when i now doubleclick on a day, how can i determine that i want to enter a new appointment or edit an exists appointment?
Hi martin2004,
by defaut if you doubleclick on existing appointment you will start to edit it, otherwise you will create a new appointment. Please look at this sample: http://samples.infragistics.com/2009.2/WebFeatureBrowser/contents.aspx?showCode=true&t=WebSchedule/PropertiesSample/WebMonthViewGeneralProperties.aspx~srcview.aspx?path=../WebFeatureBrowserVB/WebSchedule/PropertiesSample/WebMonthViewGeneralProperties.src~srcview.aspx?path=WebSchedule/PropertiesSample/WebMonthViewGeneralProperties.src
Also you can subscribe for some of the client side events if need to do something more specific:
http://help.infragistics.com/NetAdvantage/ASPNET/2010.2/CLR4.0/?page=WebMonthView_Client_Side_Events_CSOM.html
Regards