Home Unanswered Active Tags New Question

Day View in daypilot lite

I am using DemoSql folder of DayPilot Lite.

I added dayview.aspx to this folder

Now when i select a day in asp:calender on extreme left

how to show details of that day in dayview

I will really appreciate if you can help me.

Asked by 648 3 years ago.
Replies
You will need UpdatePanel form ASP.NET AJAX Extensions to make it work.

Basic requirements:
  • Both Calendar and DayPilotCalendar in the same UpdatePanel (you can use triggers later, but start with this configuration)
  • Handle SelectedDayChanged of the standard Calendar control (I'm writing from memory, it's not the correct name but you wil find it). In the event handler, change StartDate property of DayPilotCalendar and call DayPilotCalendar.DataBind().
Comment posted by Dan Letecky 3 years ago.
Thank yoy Dan
Comment posted by 648 3 years ago.
New Reply
This reply is
Your name (optional):

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