I cannot get ant TimeRangeSelectedHandling evebts to fire. I am using the latest5.6 build 1820. Here is my markup:
<DayPilot:DayPilotNavigator
ID="dpNavigator"
runat="server"
TimeRangeSelectedHandling="JavaScript"
VisibleRangeChangedHandling="JavaScript" />
Seems very simple but the default JavaScript event is not firing. I tried "Postback" and "Bind" (settingthe BoundDayPilotID of course) those did not fire either. Interestingly, the VisibleRangeChangedHandling fires without issue. Any ideas why any TimeRangeSelectedHandling eventswill not fire?