This is a migrated thread and some comments may be shown as answers.

5 minute rows produces odd results width small rowheight

3 Answers 28 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Simon
Top achievements
Rank 1
Simon asked on 17 Feb 2009, 09:13 PM
I want to have 5 minute granularity on the schedule, If I specify a rowheight of less than 14 I get a very odd result.

This is due to the vista skin having a line-height or 14px. The schedule skin needs to overwrite this line height.

http://www.sqlbits.com/beta/information/NewAgenda2.aspx shows the odd behaviour.

3 Answers, 1 is accepted

Sort by
0
Simon
Top achievements
Rank 1
answered on 18 Feb 2009, 12:05 AM
I thought I had got round this with overiding the skin stype but the time row is totally wrong

http://sqlbits.com/beta/information/NewAgenda2.aspx

I've tried these overrides 

 

.rsVerticalHeaderTable th, .rsVerticalHeaderTable div  

 

line-height :0px !important;  

 

overflow :visible !important

 

.rsVerticalHeaderTable tr  

 

line-height :0px !important;  

 

overflow :visible !important

}

 

It works in firefox but not in IE. In IE the time is still too long and not aligned with the content.

 

 

0
Peter
Telerik team
answered on 20 Feb 2009, 10:05 AM
Hello Simon,

We are aware of this problem, but so far we haven't found an effective way to resolve it. Anyway, I have logged it and we will continue searching for solutions.

Please, excuse us for the caused inconvenience.


Best wishes,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Simon
Top achievements
Rank 1
answered on 20 Feb 2009, 11:58 AM
The issue is two fold, one IE doesn't format the table as well and the second is that the Div with the time in doesn't seem to want to overflow. and the padding due to the PM superscript makes the TH much large, and the font size makes the TH bigger than the row size

I've managed to get the size down to 13px, but no further as the font size is becoming increasingly small

http://www.sqlbits.com/information/NewAgenda.aspx

If you look at the page there are some IF IE hacks to get it to work. I'm not a CSS person but they do seem to work in IE7 (not sure about IE6).

It would be good if the Div with the time in it floated so the time can overflow the TH, I can't seem to get this to happen (don't know enough about CSS
Tags
Scheduler
Asked by
Simon
Top achievements
Rank 1
Answers by
Simon
Top achievements
Rank 1
Peter
Telerik team
Share this question
or