Hello Sir/Madam
Good afternoon,
I used a trial version of your control which daypilot scheduler and is awesome..but something I notice and I cannot figure it out how to solve
Here’s my problem I’m try to bind my value from my database for the Start Date and End Date like for example start date: 1/1/2014, end date: 1/1/2015 but when I load the scheduler
It appear the whole year of the start date and end date does not appear..how can I solve this issue?
Here my code below for binding
p = DAL.DLStruct.GetStartEndDateProjectStructure(int.Parse(this.rdcboProject.SelectedValue));
this.DayPilotScheduler1.StartDate = p.fdDateStart;
this.DayPilotScheduler1.DataSource = new DLProjectStructure().PlotTaskSchedule01((DateTime)p.fdDateStart, (DateTime)p.fdDateEnd);
this.DayPilotScheduler1.DataStartField = "fdDateStart";
this.DayPilotScheduler1.DataEndField = "fdDateEnd";
this.DayPilotScheduler1.DataBind();
thanks
my email add:neo_bagsjol@hotmail.com