Hi,
I have CSS similar to this:
<AppointmentTemplate>
<div style=
"height:95px;display:block;"
>
<%#Eval(
"Subject"
)%>
</div>
</AppointmentTemplate>
When there is more than appointment on the day, the appointments overlap and bleed into the cell below it.
AdaptiveRowHeight doesn't work.
Any suggestions?