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?
I think there definetly is an issue here because I created a new page with nothing on it but the navigator control and the TimeRangeSelectedHandling event does not fire:
I figured it out :-). One very important gotcha! You MUST bind the Navigator to a datasource before it will fire the TimeRangeSelectedHandlingEvent. Not sure if this is by design, but it would be helpful if the documentation clarified this requirement. Thanks again for the awesome control.
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.