or
/* TimelineView RowHeight */
.RadScheduler_Default .rsTimelineView .rsWrap,
.RadScheduler_Default .rsTimelineView .rsApt,
.RadScheduler_Default .rsTimelineView .rsAptOut,
.RadScheduler_Default .rsTimelineView .rsAptIn,
.RadScheduler_Default .rsTimelineView .rsAptMid,
.RadScheduler_Default .rsTimelineView .rsAptContent
{
height
:
auto
!important
;
position
:
relative
!important
;
}
.RadScheduler_Default .rsTimelineView .rsWrap,
.RadScheduler_Default .rsTimelineView .rsAptContent
{
min-height
:
21px
;
}
.RadScheduler_Default .rsTimelineView .rsAptContent
{
position
:
relative
!important
;
border-top
:
0
;
border-bottom
:
0
;
left
:
0
;
top
:
0
;
}
.RadScheduler_Default .rsTimelineView .rsLastWrap
{
height
:
16px
!important
;
}
<
meta
http-equiv
=
"X-UA-Compatible"
content
=
"IE=EmulateIE7"
/>
[WebMethod]
public
static
string
EmitHtml(
string
Msg) {
return
"<div style=\"height:100px; width:100px; background-color: #808000;\">\" TEST \"</div><br/>"
;
}
function
onGotHtml(Html) {
$get(
'divContainer'
).innerHTML = Html;
}