DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » Features » (F58) Multiple columns in resource headers (DayPilotScheduler)

(F58) Multiple columns in resource headers (DayPilotScheduler)

Hi

I am very disappointed that this feature has been pushed back 2 months at the 11th hour from 4.6. Any help would be appreciated as this is a key requirement for me.

Regards

Andrew

Anonymous - 3/10/2008 12:51:08 PM
I won't probably manage it this week (F13 is under development), but next week I could send you a special build with this feature implemented. Just please drop me a note at support@daypilot.org.
Dan Letecky - 3/10/2008 1:31:45 PM

Hi,

Tried to use this new feature, as written in your example, but instead A, B, C column headers I get the date written there.

Could you tell me why?

Thanks,

Sergiu

Sergiu - 3/20/2008 12:22:19 PM
I assume you are talking about the example from 4.6 SP1 release notes.

The first argument of the Column constructor is the name value, i.e. the text that will be shown in the header. Please check that you supply the correct value. For the first row the constructor should look like this:

Column c = new Column(day.ToShortDateString(), day.ToString("s"));

For the second row it should look like this:

Column c1 = new Column("A", "A");

Please check also the HeaderLevels property (the default value is 1, that means it will only show the top level). In order to show three resources for each day you will have to set it to 2 (first row showing the dates, second row showing the resources).

If you still have troubles with getting it working, please send me a screenshot of the output, your Page_Load code and the daypilot tag from your .aspx page to support@daypilot.org.
Dan Letecky - 3/20/2008 4:08:22 PM

Hi
I notice this is now an unscheduled feature although you promised to send me a beta a couple of months back. Any update would be appreciated. I am surprised this is causing so many issues.
Regards
Andrew

Anonymous - 5/29/2008 1:52:25 PM
Hi Andrew,

Too bad, I know. And I apologize. There were too many issues to be resolved and this feature is not a trivial one. I will update the roadmap as soon as I'm able to give a better estimation. Sorry to cause you troubles.
Dan Letecky - 6/2/2008 10:37:23 PM

Hi Dan

Any Update???

Regards

Andrew

Anonymous - 6/25/2008 4:29:37 PM
Post reply