Home Unanswered Active Tags New Question

How do I use the Daypilot Navigator to update the contents of DataList

Hi, sorry if this has already been covered, I can't find the same question posted.

I'd like to use the DayPilot Nav and when the user clicks on a Date, I would like the DataList that I have beside it to update. Is this possible? If yes, just needed to be pointed in the right direction.

Thanks, Colin

Asked by Colin 2 years ago.
Replies

If a plain PostBack is enough, you can switch TimeRangeSelectedHandling to "PostBack" and it will fire TimeRangeSelected event on the server side.

You can also handle it manually using JavaScript by setting TimeRangeSelectedHandling="JavaScript".

Comment posted by Dan Letecky 2 years ago.

Perfect, thanks very much.

Comment posted by Colin 2 years ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java