Login
Latest Development Blogs
Forum Topics Post
Browse By Tag
Gentlemen,
I am experiencing very stange behaviour regarding the Webscheduler "TimeLineContentCellStyle" properties. Any changes I make to this property results in all grid lines in timeline view to dissapear!
For example: Simply changing the font property to bold or italic will create the missing grid lines.
I have attached a screen shot where I have simply changed the font property to italic. The italic text does appear ok in my content cell, however my grid lines are missing.
I am using Visual Studio 10, .Net Framework 4.x and IE9
Please advise and thanks!
Hello,
When you change some properties in a style, you need to redefine all styles too. Otherwise, the default styles will get overridden with the current styles.
Here are some properties that you need to redefine to the default styles:
<TimelineContentCellStyle BackColor="White" Font-Bold="True" Font-Italic="False" Font-Names="Segoe UI" Font-Size="0pt" VerticalAlign="Top"> <Padding Bottom="2px" Left="2px" Right="2px" Top="4px" /> <BorderSettings> <Bottom Color="145, 153, 164" Style="Solid" Width="1px" /> <Right Color="145, 153, 164" Style="Solid" Width="1px" /> </BorderSettings> </TimelineContentCellStyle>
With these settings, the WebScheduler will work fine.
Hope this helps. Thank you.
Regards,-Martin-