Hello,
When we use this code, the time in the popup is right, but date gives only current date, not the navigated date.
Calender itself is navigating properly. Isnt "start" the NAVIGATED date ?
<daypilot:daypilotcalendar id="DayPilotCalendar1" runat="server"
dataendfield="end"
datastartfield="start"
datatextfield="name"
datavaluefield="id"
TimeRangeSelectedHandling="JavaScript"
TimeRangeSelectedJavaScript="openPopup(start.toString());">
</daypilot:daypilotcalendar>
Thanks