Scheduler Issue in Internet Explorer

Hello,

I have almost completed the scheduler it works fine at google chrome and firefox but it doesn’t work at Internet Explorer. I have added the code. How can I solve this, what should I do?

Thanks,
Feyza

[code]<%@ Page Language=“C#” AutoEventWireup=“true” CodeFile=“proje.aspx.cs” Inherits=“dhtmlxSuite_dhtmlxScheduler_samples_06_timeline_proje” %>

<%-- --%> Küre Tv - Program Rehberi html, body{ margin:0px; padding:0px; height:100%; overflow:hidden; } .one_line{ white-space:nowrap; overflow:hidden; padding-top:5px; padding-left:5px; text-align:left !important; }
 
 
[/code]

timeline_tab:"Zaman Çizelgesi", }

trailing comma causes error in IE

Hi,

I removed the comma from timeline_tab:“Zaman Çizelgesi” but nothing changed. There are also trailling commas in for loops when I remove them it doesn’t work at chrome or IE. Should there be commas or not?

thanks,
Feyza

There must not be comma after last element of an array ( IE will throw error on such commas )

Hi,
I removed all (last) trailling comma’s.
This time the scheduler opened but without any data. What should I do more?

thanks,
Feyza

[code]<%@ Page Language=“C#” AutoEventWireup=“true” CodeFile=“proje.aspx.cs” Inherits=“dhtmlxSuite_dhtmlxScheduler_samples_06_timeline_proje” %>

<%-- --%> Küre Tv - Program Rehberi html, body{ margin:0px; padding:0px; height:100%; overflow:hidden; } .one_line{ white-space:nowrap; overflow:hidden; padding-top:5px; padding-left:5px; text-align:left !important; }
 
 
[/code]

Most probably - some error occurs in the code which prepares data for the scheduler.
If valid data was provided for parse command - scheduler will render events, there must not be any problems after that point.

I don’t know where to look for the problem because it works fine at google chrome and firefox but not at internet explorer. At internet explorer the events don’t occure.

If you are using IE8 or IE9 , press F12 , and check “Script” tab - it will have error details, if you have any.

Hi;
ie stops when it gets the first data, to parse into table. I try to configure why but I couldn’t understand. I sent you a screenshot. this is just the beginning then it finds other errors but when I continue with F5 it starts to fill the table despite errors. It would be great if you could review the codes and the screenshots I send and tell me what I can do about…
thanks,
Feyza
scheduler_ie_prob.rar (79.8 KB)

I don’t know why I don’r know how but I solved my problem… :slight_smile: