Hi Dan,
I am trying to use the command call back on client javacript. which i set ClientObjectName at the scheduler
and call at javascript as dpc1.commandCallBack('update');
Protected Sub DayPilotScheduler1_Command(ByVal sender As Object, ByVal e As DayPilot.Web.Ui.Events.CommandEventArgs) Handles DayPilotScheduler1.Command
Select Case e.Command
Case "update"
' Response.Write("run here")
BindData()
End Select
End Sub
I try to to a databinding but it seem cant work. sometimes i encouter that dpc1 is unknown.
What did i missing here.. hope you can help. Thanks