Hi
I am having problems with the text alignment on the rad scheduler. I set an appointment like so
I am having problems with the text alignment on the rad scheduler. I set an appointment like so
<AppointmentTemplate>
<asp:Image ID="Image1" runat="server" ImageUrl='<%# "~/Main/Sys_Shared/Images/icons/" + Eval("ActivityType")+ ".gif" %>' />
<asp:Literal ID="AppointmentSubject" runat="server" Text='<%# Eval("Subject") %>'></asp:Literal>
</AppointmentTemplate>
It has a small image in it and then the subject of the appointment. However in for example the day view the text is right at the bottom of the appointment and is cut off at the base of the font. I've tried looking to see if the was an alignment property or somehting that might sort it but no luck.
Any ideas what may be causing this?
Thx
Gary.