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

Possible to show thumbnail for a resource name in the DayPilot Schedule ?

Asked by peter cli
16 years ago.

The Demo sample shows "John" in the Vertical axis , based on resource <DayPilot:Resource Name="John" Value="A" />

Is there a way to show a thumbnail or icon instead?

Thanks,Peter

Comment posted by Martin R.
16 years ago.
Use OnBeforeResHeaderRender and its innerHtml event attribute.
Comment posted by peter cli
16 years ago.

Does the image need to be a certain size ? Or should I override the img attributes ? This is what I have now :

e.InnerHTML = @" <img src='../Images/0.jpg' />";

Comment posted by Dan Letecky
16 years ago.
The height shouldn't be more than EventHeight (default value is 17 (pixels); that is the minimum row height).

The width shouldn't be more than RowHeaderWidth (default value is 80 (pixels)).

You don't have to include height="" and width="" attributes but I would recommend adding them (it can improve rendering time because the browser will know the image size before actually loading it).
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.