I am reviewing the Scheduler.Net product and it look very promising.
But I am having trouble using the client side events.
Some events are working fine but som events are not triggered at all.
The onXLS is working fine for example
scheduler.attachEvent(“onXLS”, function () {
alert(‘onXLS’);
});
But I can not get these to work
scheduler.attachEvent(“onSchedulerReady”, function () {
alert(‘onSchedulerReady’);
});
scheduler.attachEvent(“onTimelineCreated”, function (config) {
alert(‘onTimelineCreated’);
});
I run these after @Html.Raw(Model.Scheduler.GenerateCSS()) @Html.Raw(Model.Scheduler.GenerateJS()) @Html.Raw(Model.Scheduler.GenerateHTML())
Thant worked very well, the events are now handled.
I thought I could use any of these call backs to dynamically adjust the _load_url parameter for the initial Data request.
But it seems I could not add anything to the querystring from these events.
I am sucessfully doing this with the onBeforeViewChange event.
Is there any way to dynamically adjust the _load_url to add to the querystring for the initial data-request?
Kindly
//floyd
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan