Hi, I'm using daypilot for web forms. How can I use showAfter property in DayPilot.Bubble. I set 2000 (ms) to test but when I hover on cell, its does not wait 2 seconds. I need configure something more?
My Code:
<DayPilot:DayPilotBubble
ID="DpsBubble"
runat="server"
ShowLoadingLabel="True"
ShowAfter="2000"
Corners="Rounded"
Position="EventTop" />