DHTMLX Scheduler is a web-based JavaScript events calendar that provides a rich and intuitive scheduling solution similar to Microsoft Outlook Calendar, Apple's iCal, or Google Calendar
Questions tagged [dhtmlx-scheduler]
155 questions
0
votes
0 answers
how to load data using oracle as backend and dhtmlx event calendar in jsp
Need solution, i have followed all the steps specified in the link
http://blog.javaplanner.com/creating-a-simple-java-event-calendar
and i have changed EventsManager.java code as follows for dataformat that it supports in oracle
package…

Pallavipradeep
- 101
- 1
- 2
- 14
0
votes
1 answer
Dhtmlx Scheduler is not being update in TimeInterval
I've set setInterval to update my scheduler. I'm getting data from server in JSON format. But Scheduler is not getting update if I used json data, But if I put static values it works fine. Following is my code.
// It doesn't…

Mahendra
- 908
- 1
- 18
- 38
0
votes
3 answers
Phonegap Calender sheduler not allowing create event with double click
I'm working on a Calender scheduler using dhtmlx in phonegap.I managed to get the events from my mysql database but unable to create new events because the double click event in a touch screen enable to zoom-in or zoom-out.
Please help me in…
user2511671
0
votes
1 answer
Get date from weekview on Clicking the header
I use unitsview and weekview in scheduler.
I need to pass unitID(key) and date to another function, when I click header of classname: dhx_scale_bar.
I tried this code:
CODE: SELECT ALL
function showTitle(a) {
alert(a);
debugger;
var mode…

gs11111
- 649
- 2
- 17
- 49
0
votes
2 answers
I want to use webdriverwait for the element which is currently not present in DOM
In my script am adding appointment and after appointment got saved in the top the screen the tool tip appears with a text "Saved Successfully". I am Asserting this text, i tried with Thread.sleep(3000); but my script got succeed only sometimes not…

Lucan
- 83
- 1
- 4
- 11
0
votes
1 answer
DHTMLX Scheduler MVC parse function triggers a Get Request
I have a Timeline Scheduler and have created a previous and next buttons so that the user can navigate through the dates. To do that, I use this to jump to the selected date:
scheduler.updateView(selectedDate)
And then created a Get request to the…

Jude Duran
- 2,195
- 2
- 25
- 41
0
votes
1 answer
Bind data from Database to dhtmlx scheduler
I use dhtmlx schedule and problem in loading data into scheduler view.
I use databasefirst, so i have a sp to fetch all details to display on scheduler,
public ContentResult Data()
{
var data = new SchedulerAjaxData(
…

gs11111
- 649
- 2
- 17
- 49
0
votes
1 answer
Weekview or Timelineview?
I have designed scheduler with unitsview, weekview and monthview,
I have a seperate list of customersname which is displayed on a listbox.
I got struck here.
Now on the weekview, I want each of the customers information to get displayed in the that…

gs11111
- 649
- 2
- 17
- 49
0
votes
1 answer
assign values from table to Dhtmlx scheduler config
I'm a beginner with dhtmlx scheduler, I use dbfirst with mvc4 razor syntax.
So please can anybody help me to set the start time and endtime values I'm getting from the database:
here is my code:
controller:
sched.Config.first_hour =…

gs11111
- 649
- 2
- 17
- 49
0
votes
1 answer
Render view using different model
I'm facing a simple problem to render view within another view .Please help
I have a controller and a view using a seperate model rendering dhtmlx scheduler(model is from a dll)
I need to place a listbox that is using a seperate model under the same…

gs11111
- 649
- 2
- 17
- 49
0
votes
1 answer
dhtmlx scheduler and entity framework
Hi I am using dhtmlx scheduler with mvc razor.
I have create the units tab. But i am not getting how to divide the events across different units. Here is my sample code.
Scheduler.InitialDate = DateTime.Now.Date;// the initial data of Scheduler
…

gs11111
- 649
- 2
- 17
- 49
0
votes
1 answer
dhtmlx scheduler and database
i use dhtmlx scheduler with mvc razor.
I want to get the inputs for setting start time and endtime with the values from database instead of manually entering 8 and 20 inside the code,Please guide me. I use entity…

gs11111
- 649
- 2
- 17
- 49
0
votes
2 answers
How can I remove delete button from Dhtmlx Scheduler "onLightbox" event?
I added the following line in my "onLightbox" event but it doesn't do anything.
scheduler.config.buttons_right=[];

Karim Ali
- 2,243
- 6
- 23
- 31
0
votes
1 answer
Loading data to Dhtmlx scheduler from database using java
I am completely new to the Dhtmlx Scheduler.I need to load data from the database to the scheduler.Now i am loading data to the scheduler by using the code
scheduler.init('scheduler_here',new Date(2013,3,24),"day");
…

user2021376
- 15
- 1
- 2
- 7
0
votes
1 answer
cakephp blank index page, trying to load an empty calender from DHTMLX Scheduler
I am a fiddling with the CakePHP framework and having an issue getting my page to load an empty calender (DHTMLX scheduler).
Following along with the documentation for DHTMLX scheduler and connector I have everything setup but a blank index page.…

Clay Lundy
- 1
- 1