Hello I am using C#, How to get value of EventClickHandling="PostBack" when click the row.
protected void DayPilotCalendar1_EventClick(object sender, DayPilot.Web.Ui.Events.EventClickEventArgs e) { txtValue.Text = e.Value; }