Home Unanswered Active Tags New Question

InnerHTML using Google Chrome browser

Hi, I've encountered an issue with rendering when using google chrome. For example : protected void daypilot_BeforeEventRender(object sender, DayPilot.Web.Ui.Events.BeforeEventRenderEventArgs e) { e.InnerHTML = "" + e.InnerHTML + ""; } It works fine when the page is loaded but there is no display after a PostBack... I tried : e.InnerHTML = Server.HTMLEncode("" + e.InnerHTML + ""); It works after postbacks but the whole HTML code is displayed after the first load of the page... Any help will be appreciated, Thanks
Asked by Anonymous 2 years ago.
Replies
PS: the example is e.InnerHTML = "<b>" + e.InnerHTML + "</b>";
Comment posted by Anonymous 2 years ago.
New Reply
This reply is
Your name (optional):

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