gantt._set_sizes : Invalid argument error

Hello,

I am must say great job, best Gantt control available on web.

I was able to create demo on stand alone html page.

I am trying to integrate gantt view with my existing ASPX page.

I am getting “Invalid argument” java script error on gantt.init(“gantt_here”) line. Screen shot is attached.

<telerik:RadMultiPage runat=“server” ID=“rmpSearchResult” SelectedIndex=“0” Width=“100%”>
<telerik:RadPageView runat=“server” ID=“rpvSchedule” CssClass=“tabfoot” Visible=“true”>


Fixed version of dhtmlxgantt.js is attached, please try to use it instead of the original one.
Beware that above error may be a sign of incorrect (zero, or too small) sizes of the html container.
dhtmlxgantt.zip (33.4 KB)