search
envelope-o
feed
check
Products
DayPilot Pro for JavaScript
DayPilot Pro for ASP.NET WebForms
DayPilot Pro for ASP.NET MVC
DayPilot Pro for Java
DayPilot
»
Forums
Home
Unanswered
Active
Tags
New Question
user
comment-o
Scheduler resource bug + width settings in percentage?
Asked by Jan Marten
14 years
ago.
1) Resource tooltip bug?
When adding resources in a scheduler I want to add a hyperlink to the Name property. This works by setting the resource.Name to "<a href="link">name</a>". But this value is also represented as tooltip (the HTML pops under the cursor as a tooltip). Even when setting the resource.ToolTip property (which doesn't do anything?). I may assume that this is bug?
2) Width of the scheduler
Is it possible to fill the screen completely with the scheduler? Entering a percentage into the width property is not the correct sollution. I just want to let it grow automagically to the user screen width (eg 95% of the available space or so).
Kind regards.
asp.net
bug
Comment posted by Dan Letecky
14 years
ago.
1) Yes, there is a bug that causes that Resource.ToolTip property isn't used for rendering.
2) This is a known limitation. IE has a bug that prevents a <div> element that uses overflow:auto to have width:100% of the parent element. Unless I find a way around this it will not be possible to specify the width of DayPilotScheduler in percent. I will probably hook window.onresize event and resize the scheduler using JavaScript after window resize but I still have some problems with this solution.
However, I know that being able to set the scheduler width in percent is necessary and I would like to resolve it as soon as possible.
Comment posted by Dan Letecky
14 years
ago.
The bug #1 will be fixed in
4.2 release
. If you need it sooner, please write to daypilot @ annpoint.com and I will send you a private build.
This question is more than 3 months old and has been closed. Please create a
new question
if you have anything to add.
Tools
E-mail notifications
Feed
Related Questions
Autosize Event Bubbles - almost!
Customizing time header cell after binding
DayPilotBubble OnRenderCellBubble throws "Unable to parse DateTime: Nan..." error
startDate vs display date on scheduler
ToolTip InnerHTML property in BeforeEventRender
how to set daypilot calendar width as auto?
Force resource column of two schedulers on the same page to have the same width
tooltip
Setting rowHeaderWidthAutoFit to true doesn't work if rowHeaderColumns ist set
How to adjust the width of the bubble automatically to the width of the content?
Setting width = 100% for scheduler stretches outside screen
4.2 and 4.3 Trial 99 Columns
Scheduler - Row header columns export issue
When switching between gantt and resources view the resource-column-width is not updated