EventFontSize does update font size if set from code-behind
Asked by Vishal 13 years ago.
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:
Comment posted by Dan Letecky [DayPilot] 13 years ago.
What is the actual location of this code in code behind - is it in Page_Load method?
Comment posted by Anonymous 13 years ago.
no. it is not in Page_Load method.
Actually, it is written is common function where all other calendar settings are set. CellDuration, CellHeight, Column header text, etc are set properly from this function.
Comment posted by Dan Letecky [DayPilot] 13 years ago.