Questions tagged [dhtmlx-scheduler]

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

155 questions
0
votes
1 answer

How does DHTMLX Scheduler Call Data Method?

I'm using MVC4 and DHTMLX Scheduler. I am not understanding how DHTMLXScheduler.NET is triggering the Data() method. public ActionResult Data(string from, string to, string groupId) { return new SchedulerAjaxData(calendarModel); …
user5120455
  • 141
  • 2
  • 4
  • 15
0
votes
1 answer

dhtmlx scheduler custom timeline

Currently i'm working on a project where i need to use dhtmlxSchedular whats new to me. i'm struggling to change the timeline header view. For example this timeline: http://docs.dhtmlx.com/scheduler/samples/06_timeline/08_time_scale.html Here you…
Bham
  • 309
  • 5
  • 21
0
votes
1 answer

dhtmlx scheduler: Prevent an event from being dropped in a particular cell

How to prevent an event from being dropped in a particular cell of DHTMLX scheduler? In other words, How to remove droppable area in a cell?.
Vinoth Rajendran
  • 1,181
  • 1
  • 13
  • 28
0
votes
1 answer

DHTMLX Scheduler tooltip

I'm showing the DHTMLX scheduler in a wizard and the tooltip is displaying behind the wizard. How can i show it in the foreground? Thanks. screenshot
0
votes
1 answer

How to return a global variable from ajax to display dhtmlx scheduler lightbox

Knothead here, with another problem. I'm working with dhtmlx scheduler and specifically with the onBeforeLightbox event. This event will return true to show the lightbox, or false otherwise. I'm trying to set up parameters whether to display the…
jazcam
  • 135
  • 1
  • 11
0
votes
2 answers

Disabling DHTMLX event_bar_date on ASP.net cs file

I am using DHTMLX nuget package and I'm trying to disable or hide the value on event_bar_date through my aspx.cs sched.Templates.event_header = @"
"; …
Katherine
  • 319
  • 1
  • 4
  • 15
0
votes
0 answers

DHTMLX Scheduler MVC - Load data from SQL Server

Heya, I've been using this template for some days and I understand some necessary requirements, now, I just need to make some adjustments in order to load and view data from my MS SQL DB. I'm using EF Code First and I set some configurations on the…
Granvic
  • 47
  • 1
  • 13
0
votes
1 answer

'onEventDeleted' trigger when click on cancel button on the event editor

Im using DHTMLX scheduler and I'm trying to delete an event when click on the delete button in the popup event editor, below is my code reference. scheduler.attachEvent("onEventDeleted", function(id,ev){ $.ajax({ url : "calendar.php", …
Juliver Galleto
  • 8,831
  • 27
  • 86
  • 164
0
votes
1 answer

DHTMLX addMarkedTimeSpan blocks time every week instead of specific date

I am using the dhtmlx scheduler and wanting to add a marked timespan using the addMarkedTimeSpan method as describer here: http://docs.dhtmlx.com/scheduler/api__scheduler_addmarkedtimespan.html When applying the…
Mark Raa
  • 43
  • 1
  • 5
0
votes
0 answers

How do I enable a button while in read-only mode in DHTMLX Scheduler?

I am using a dhtmlx scheduler in my MVC application. I have added a custom button which is simply a link to an action. The button works perfectly when not in read-only mode. My issue is that this button should be used while the lightbox is in…
Jon
  • 278
  • 8
  • 23
0
votes
1 answer

Dhtmlx load data into dropdown

I'm using Dhtmlx scheduler and it works really fine, but I have some issue with customization of the LightBox. I have added a dropdown list and I would like to load data from my MySqli db using json. Here is my…
Jayelef
  • 135
  • 12
0
votes
0 answers

DHTMLX Scheduler Custom button

I am using DHTMLX scheduler in my MVC application. In that window event popup I am adding the custom button named as 'Reminder'. My problem is while clicking the reminder button I need to display another div which is the same concept implement in…
Nisha
  • 131
  • 1
  • 11
0
votes
0 answers

Dhtmlx scheduler in MVC4

I am using DHTMLX Scheduler in my MVC4 application. I need to set the reminder in scheduler. If the user set the reminder for a particular appointment for example before 2 days, automatically email alert should be sent to the user. Is it possible…
Nisha
  • 131
  • 1
  • 11
0
votes
1 answer

dhtmlx scheduler wont render when page load asychronously (ajax page)

Im using this cool javascript scheduler. At first I load it in my page by function get_dependencies() { //event calendar $(".myscheduler").dhx_scheduler({ xml_date: "%Y-%m-%d %H:%i", date: new Date(2014, 4, 25), mode:…
Juliver Galleto
  • 8,831
  • 27
  • 86
  • 164
0
votes
1 answer

Any Way to access session variable of a logged user in config.php

i am new to phalcon and is now developing a simple project using phalcon, so my question is " is there any way to access the session identity variable of a logged in user in the config.php file if so, can you please explain me how? Pls help me. The…
MidhunKrishna
  • 611
  • 7
  • 18