Home Unanswered Active Tags New Question

Slots in Chrome browser are display as empty boxes.

Hi, I have been using daypilot lite in project with great success, however I noticed when I view one of my aspx pages in Google chrome the calendar entries are displayed in the correct time slot say 8am to 10am but the contents of the slot is empty. Both IE and FF display this page correctly. Any ideas? Cheers. Mike
Asked by Anonymous 1 year ago.
Replies
Oh, multi-browser support. The Nightmare of every web-developper.
Comment posted by Bbq 1 year ago.

I used this to fix this problem

TimeRangeSelectedJavaScript="FixWidth();" VisibleRangeChangedJavaScript="FixWidth();"

function FixWidth(){
document.getElementById('ctl00_ContentPlaceHolder1_DayPilotScheduler1').childNodes[1].childNodes[0].childNodes[0].style.width = '100%';
}
$(document).ready(function(){
document.getElementById('ctl00_ContentPlaceHolder1_DayPilotScheduler1').childNodes[1].childNodes[0].childNodes[0].style.width = '100%';
});

Sp

Answer posted by Steve P 16 days ago.
New Reply
This reply is
Your name (optional):

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