Handle event in a custom control derived from DayPilot control
Asked by Rémy
17 years ago.
Hi,
I'm currently testint DayPilot pro and plan to buy it if it fits my needs. However, I need to extend the functionnalities of DayPilot with my own Properties and methods. But when I'm trying to do that, event handling doesn't work anymore !
With the Daypilot control : callback = ok.
With my own control : <pre>public class DayPlanning : DayPilot.Web.Ui.DayPilotCalendar</pre> no more event handling
Is there a reason or, better, a solution ?