Dear Dan!
I'm trying to drag a text from a Textbox or Grid cell to the Calendar:
<asp:TextBox ID=TextBox1 runat="server" onmousedown='return DayPilotCalendar.dragStart(this.Text, 60*30, "123", this.Text);'></asp:TextBox>
EventMove is invoked correctly, e.value, e.NewStart, e.NewEnd is OK, but e.Text is empty. Can you help me how to pass the text from the TextBox?
Thank you in advance.