Home Unanswered Active Tags New Question

Event Bubble render client side

hai support team,

How to event bubble render in javascript, Now we are using OnRenderContent server side. its very slow, so we need change to client side. How is it possiple?

regards
raj

Asked by Raj 10 months ago.
Replies

It's possible to set the bubble HTML in advance so it isn't loaded from the server using BeforeEventRender event handler (use e.StaticBubbleHTML property).

    protected void DayPilotMonth1_BeforeEventRender(object sender, DayPilot.Web.Ui.Events.Month.BeforeEventRenderEventArgs e)
    {
            e.StaticBubbleHTML = "Event details";
    }

In DayPilot Month (http://www.daypilot.org/month.html), this features is available since build 6.5.2999.

See also:

Answer posted by Dan Letecky [DayPilot] 10 months ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java