I am using Daypilot 3.7.1. I need to open a popup on click of header . I tried it by modifying Dayplot proerties with
HeaderClickHandling="JavaScript" HeaderClickJavaScript="openHeaderPopup(e);". I have a javascript function named openHeaderPopup(e). When I run application,I am not able to open popup. I am able to open poup on click of event.. Is there anything else to do to open popup ? Also, when I try to add tooltip to column , then, the header text that I put goes blank. Can u provide me a sample for using toOltip and pop up for header.