Can't Display Events in TimelineView

Hi,

I manage to create calendar page without using connector and I can add events via ajax but when I create another page for timeline view without using connector it does not work how come calendar page works perfectly.

I have my own reasons why I did not use connectors.

		scheduler.createTimelineView({
			fit_events: true,
			section_autoheight: false,
			name: "timeline",
			dy: 25,
			x_unit: "hour",
			x_date: "%g:%i %A",
			x_step: 1,
			x_size:10,
			x_start:8,
			x_length:24,
			event_min_dy:20,
			y_unit: scheduler.serverList('fruitList', fruitList),
			y_property: "fruit_id",
			render: "bar"
		});

Hi,

Please clarify what do you mean by that.
Also try to reproduce the issue in the DHTMLX snippet system http://docs.dhtmlx.com/scheduler/snippet/6df592cb and share the updated link with me. It will be very helpful.

Hi,

What I mean is I have a page for timeline view only.

I’ve fixed the problem, okay thanks I’ll keep that in mind.