Active Questions

Error

hi team , facing issue once try to run application .

Add Icon to modal confirm buttons

Answered: You can use custom CSS theme that will display your images in the buttons (using background-image style). The buttons are marked with the following CSS classes: modal_default_ok modal_default_cancel ...

area bubble

Answered: This is fine. I assume that you have defined the area position and dimensions ( left , right , etc.). I have tested your code in the Scheduler and the only problem is that if you also have an event b...

MenuItemData Automatin ID

Answered: Hi Jörg, You should be able to target the element using a custom CSS class which you can add using the cssClass property. This property is already available.

Remove or Highlight the holidays on the Event

Answered: The eventMovingSkipNonBusiness property affects the drag and drop behavior over the non-business time segments. The mechanism is explained in the JavaScript Scheduler: Skip Non-Business Cells during ...

onBeforeEventMoving

Answered: That’s a typo. The event is called onEventMoving . There should be no problem using it to clear the selection.

Keep drag and drop preview through rerenders

Answered: Sorry for the delay! I assume that you are using dynamic event loading to load additional data during scrolling ( onScroll event). In the event handler, you should only update the Scheduler by callin...

Next invisible month

Answered: In the Scheduler, the visible range is set using the startDate and days properties. You should use the combination that displays the desired date range. Another option is to create a custom timeline ...