Hi,
I am using DayPilot version 6.4.2265.1 and I am coming up with event font size issue while setting it from code-behind. But when I set it from designer (.aspx) EventFontSize="14pt" it works. I want this to be set as per user preference from database. My code look:
DPSchAppt.EventFontSize = String.IsNullOrEmpty(ApptFontSize) ? "8pt" : ApptFontSize;
Can anyone help me with working solution for this.
Thanks in Advance.