Stuart Hemming
Top achievements
Rank 2
Stuart Hemming
asked on 04 Feb 2010, 12:17 PM
It doesn't seem to matter how I define AppointmentTemplate it always displays the same way. I suspect that it is something to do with the skin 'cos, as you will see from the screenshot (attached), the right HTML is being rendered...
Am I missing something?
--
Stuart
Am I missing something?
--
Stuart
6 Answers, 1 is accepted
0
Hi Stuart,
Can you explain in detail what exactly you need to accomplish and also send us your AppointmentTemplate code?
Kind regards,
Peter
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Can you explain in detail what exactly you need to accomplish and also send us your AppointmentTemplate code?
Kind regards,
Peter
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
Stuart Hemming
Top achievements
Rank 2
answered on 05 Feb 2010, 03:11 PM
> send us your AppointmentTemplate code?
> Can you explain in detail what exactly you need to accomplish
All I want is for the appointment to display over 2 lines as per the template. ATM it's only showing the first part of it.
--
Stuart
| <AppointmentTemplate> |
| <div><%# Eval("Subject") %></div> |
| <div> style="font-style:italic;"><%# Eval("Description") %></div> |
| </AppointmentTemplate> |
> Can you explain in detail what exactly you need to accomplish
All I want is for the appointment to display over 2 lines as per the template. ATM it's only showing the first part of it.
--
Stuart
0
Accepted
The html of your appointment template is not valid-
<AppointmentTemplate>
<div><%# Eval("Subject") %></div>
<div> style="font-style:italic;"><%# Eval("Description") %></div>
</AppointmentTemplate>
Other than that, we tested the code and everything seemed to work and appear correctly.
The all day row won't be able to display both subject and description unless you increase RowHeight. For example try setting RowHeight="35" for RadScheduler.
Best wishes,
Peter
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
Stuart Hemming
Top achievements
Rank 2
answered on 05 Feb 2010, 03:39 PM
Peter,
The error in the HTML was a transcription typo in my message; it's fine in the code.
> try setting RowHeight="35" for RadScheduler.
Ladies and Gentlemen, we have a winner!
Nice one chap.
Out of interest, does the RowHeight have to be explicitly set like this, or is there a way of getting it to expand to suit?
--
Stuart
The error in the HTML was a transcription typo in my message; it's fine in the code.
> try setting RowHeight="35" for RadScheduler.
Ladies and Gentlemen, we have a winner!
Nice one chap.
Out of interest, does the RowHeight have to be explicitly set like this, or is there a way of getting it to expand to suit?
--
Stuart
0
Auto expanding the row height would be nice feature indeed. I will forward it to our developers for review. Thanks.
Best wishes,
Peter
the Telerik team
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
0
Stuart Hemming
Top achievements
Rank 2
answered on 05 Feb 2010, 08:50 PM
Cool.
--
Stuart
--
Stuart