AJAX Calendar/Scheduling Controls
Hi,
How can I show events/tasks on a specified date?
Suppose I've three events created with three different date and now I want to show all that events in DayPilot Lite 2.2 version [that is free], how can I achieve this.
Please help me.
Thanks! for your support.
I want to show day view, week view and month view in DayPilot lite. If it's possible then how can I implement it?
Also I want to put previous - next link for moving in calendar, is it possible.
Please reply as soon as possible.
Thanks & Regards! Shahnawaz Khan
Hello, Dan Letecky
Thanks! for your help
protected void LinkButton1_Click(object sender, EventArgs e) { DayPilotCalendar1.StartDate = DayPilotCalendar1.StartDate.AddDays(7); DayPilotCalendar1.DataBind(); }
But that linkButton only move 7 days onward. When I click it again, it does move another 7 days :(
What about if I want to set the start date to whatever date is clicked in a Calendar Control using ajax? I want to use callback and DayPilotCalendar1.update(). I cant get the date change to change according to the date pressed on the calendar. I use Me.DayPilotCalendar1.StartDate = Calendar1.SelectedDate Can you help me on this one please?
I'm using the trail version
Hello,I want to create a same event from one date to another date(i,e-gap of sevendays).not clicking every time in that cell(seventimes for seven days).Can anyone help me in this matter.
A bunch of thanks in advance..............................
Regards,
Sudeep Kumar Ray
DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java