Hi.
is it possible to show/get the dataTextField on the event you clicked. I use the postBack method, and i run the code:
protected void DayPilotCalendar2_EventClick(object sender, DayPilot.Web.Ui.EventClickEventArgs e)
{
Label6.Text = "Selected event: " + e.Value; // result: Selected event: 9
}
And all i get is the event number. I want the event name (the text inside the event).
thanks
Martin