gpt4 book ai didi

css - Radscheduler 根据主题自动增加或扩展约会高度

转载 作者:行者123 更新时间:2023-11-28 11:15:47 28 4
gpt4 key购买 nike

尝试在 radscheduler 中自动调整约会的高度。我试过这个链接

http://www.telerik.com/support/kb/aspnet-ajax/scheduler/details/auto-expand-the-height-of-the-appointment-to-accomodate-the-entire-subject-in-month-view但无济于事。我的约会时间没有增加,而且 radscheduler 缩小了。这花了我很多时间。我希望有人能帮忙

 <telerik:RadScheduler ID="radScheduler" runat="server" SelectedView="MonthView"
DataKeyField="AppointmentID" DataSubjectField="AppointmentInformation" DataStartField="BeginningDayDate" DataEndField="EndingDayDate" Height="1000px"
OnAppointmentUpdate="radScheduler_AppointmentUpdate" OnAppointmentDelete="radScheduler_AppointmentDelete" Font-Bold="true" ShowHeader="true"
OnClientAppointmentEditing="OnClientAptEditing" AllowEdit="true" AllowDelete="true" CustomAttributeNames="CompanyLocation,AppointmentInformation"
EnableCustomAttributeEditing="true" OnAppointmentClick="radScheduler_AppointmentClick" AllowInsert="false" RowHeight="50px" AppointmentStyleMode="Default" OnClientAppointmentMoving="ClientMovingApt"
DisplayDeleteConfirmation="false" OnNavigationComplete="radScheduler_NavigationComplete" OnAppointmentContextMenuItemClicked="radScheduler_AppointmentContextMenuItemClicked" OnClientAppointmentMoveEnd="OnClientAppointmentMoving" >
<MonthView HeaderDateFormat="MMMM yyyy" VisibleAppointmentsPerDay="30" AdaptiveRowHeight="true" >

</MonthView>

<AppointmentTemplate>
<div>
<%# HttpContext.Current.Server.HtmlDecode(Eval("AppointmentInformation"))%>
</div>
</AppointmentTemplate>
</telerik:RadScheduler>

如果您需要更多信息,请询问。谢谢

After using the css in that link,the  resultant radscheduler

最佳答案

我相信此时您会得到答复。对于那些正在寻找答案的人,

在调用 RadScheduler.ExportToPdf() 的地方设置 radScheduler.RowHeight=70;

关于css - Radscheduler 根据主题自动增加或扩展约会高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21766513/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com