Search found 26 matches

here is my code. I am just trying to call an few events by finding them in the store/schedule board and then update them. recordsToUpdate.forEach(function(reservationRecord) { var reservation = this.Scheduler.eventStore.find(record => record .reservationId == reservationRecord.ReservationID); reserv...
After creating a new event. I get the following error message when i try to move it. cannot pinpoint why this is happening i have the start date defined etc.. webpack.entry.js:3 Uncaught TypeError: Cannot read property 'startDate' of undefined at i.value (webpack.entry.js:3) at n.value (webpack.entr...

I create an new event object and added to the store using eventStore.add(event); then used eventstore.Load(); but my event didn't show up on the scheduler am I missing something. It used to work that way a few versions back. please help.

I see in one your examples that uses a timeRange for a specific day (highlight Fridays) lets the grid lines show through. Is there a way to set a timeRange for a resource that spans multiple days to let the grid lines show through? The following does not work. The background color is drawn on top of...

I would like to not have the currentTImeLine indicator move throughout the day like it does now. is there a way to just have it centered on todays date and that's it?

thanks.

I want to move the focus to the next cell down after the user edit a cell and commit the edit after the user makes their selection.

Thanks, we figured out our issue. We were modifying content in the event renderer and what we did disrupted your code. Fixed that easy enough. There appears to be a bug in the way the stickiness works though. Here is how to duplicate. Create a long spanning event, maybe 4 or 5 months (reservations i...

any chance you can provide code snippet or config settings. been trying to find it but having a hard time.

trying to make the event label always show right now when you have along event only give option to have it in the beginning center etc.. but if the event is too long i can't seem to find a way to make it redraw and keep showing the event. please help.

Already found that but I can't find a code sample demonstrating the basics of how to set this up in the scheduler. Honestly, that is the problem with most of the documentation. Very vague and no link to even a basic integration in code.