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).