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 » How To » How to make hyperlinks or linkbuttons the resources' names ?

How to make hyperlinks or linkbuttons the resources' names ?

I am adding dynamically the resources to the daypilotscheduler control, so , I need that each resource's name is a hyperlink or linkbutton in order to retrieve his resourceid and perform some actions.

How can I do that?

Thanks in advanced
Agustin - 2/12/2008 6:27:42 PM
It's not possible to put Hyperlink and LinkButton controls there but it's possible to render custom HTML (which can include any <a> links) using BeforeResHeaderRender event handler (by modifying e.InnerHTML).
Dan Letecky - 2/13/2008 10:57:26 PM
Thanks
Agustin - 2/26/2008 10:19:09 PM
Post reply