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

Scheduler -> Dynamic Cell Width with a minimum

Asked by Anonymous
8 years ago.

So I know about the property CellWidthSpec="Auto", but this does not seem to work along side CellWidthMin="20".
Is this a bug or am I doing something wrong?
I've added an example aspx-page to replicate this.

Is there maybe a work around to achieve my goal?
Using the Javascript Daypilot Scheduler is not an option because I'm using the serverside event handlers.
(I can get it to work when using the Javascript Daypilot Scheduler)

Thanks,
Richard

Answer posted by Dan Letecky [DayPilot]
8 years ago.

There was a bug in the latest release that prevented CellWidthMin from working. It should be fixed now in the latest sandbox build (8.1.3509):

http://www.daypilot.org/sandbox/

Comment posted by Anonymous
8 years ago.

Thanks for your reply Dan.
I checked the sandbox pre-release and does indeed looks like it works!

When will this bugfix be released officially? (so I won't have to stare at the beautiful DEMO logo)

One more question, my Scheduler is contained in a <div> that can be resized by the user by dragging the edge.
It seems the Scheduler only reacts when the actual browser window is resized.
Is there a way I can tell the Scheduler it has to resize itself?

Thanks,
Richard

Comment posted by Dan Letecky [DayPilot]
8 years ago.

Richard,

Greats, thanks for the update.

1. The official release will be available in a few days.

2. Calling .show() on the client side should update the dimensions:

http://api.daypilot.org/daypilot-scheduler-show/

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