I current try to convert daypilot lite weekview to daypilot pro. All weekview in daypilot pro with problem inside update panel. (This weekview work perfect in lite version).
my code actually very simple.
dpWeek.StartDate = DayPilot.Utils.Week.FirstDayOfWeek(StartDate)
dpWeek.DataSource = DataSource
dpWeek.DataBind()
If I change the startdate in update panel, then the weekview will disappeear. How can i solve this problem?