Hello,
I'd like to insert an image inside the "New Task" task cell I have in my Gantt Chart. I tried this code:
dpScheduler.Resources.Add(String.Format("{0}{1}", "New Task" & " ", "<a class='gvToolNewTaskDesc' href='javascript: void(0)'><asp:Image ID='imgInfoNewTaskDesc' ImageAlign='AbsMiddle' ImageUrl='<%$ Theme: Images/icon_Info.gif %>' runat='server' /></a>"), "NEW")
but it doesn't work, it writesthe string as is, doesn't load the image...
Do you think there is a method to do this work?
Thank you very much.
Best regards,
LAURA