I have a scheduler setup (the previous release of prometheus, not the most recent one, VS2005/vista/ie7/MSServer2003), using ResourceView (not that I think it would matter), that I can't get to fire off the following:
Protected Sub RadScheduler1_AppointmentClick(ByVal sender As Object, ByVal e As Telerik.Web.UI.SchedulerEventArgs) Handles RadScheduler1.AppointmentClick
panGuests.Visible = True 'show details panel
GrabMeetingInfo(CType(e.Appointment.ID, Integer))
End Sub
Unless I set AllowEdit to True. At which point though I also get that editing screen, which I don't want to see.
Am I correct to assume that the AppointmentClick() Sub should fire off when I click on an appointment in the calendar? Or do I need to mess with the client side java onappoitnmentclick()?
Please clue me in :)
Also, I couldn't seem to find a concrete listing of the columns datatypes the schedule looks for when assigning values to the various fields (date/time/etc). It seems to think that most if not all of the meetings in the database i have to work with are recurrent meetings when i know 99% of that (at least) aren't. Although this might be a mute issue since that message only comes up on the edit screen which i don't want to see anyway...