search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Set Height For Frozen Rows in the Scheduler

Asked by khan
2 months ago.

I need to set a fixed height for frozen/sticky rows and increase it dynamically based on user actions. This is necessary because when there are 300 to 400 events in these rows, they take up the entire screen, making it difficult to perform drag-and-drop operations.

Answer posted by Dan Letecky [DayPilot]
2 months ago.

The JavaScript Scheduler doesn’t support frozen rows with a custom height and a vertical scrollbar.

If you want to display large data set or many rows in the frozen section, it is better to use two synchronized Scheduler instances. You can hide the time header in the second instance by adding this to the config:

{
  timeHeaders: [],
  // ...
}

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.