Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css Radscheduler根据主题自动增加或扩展约会高度_Css_Height_Appointment_Radscheduler - Fatal编程技术网

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

Css Radscheduler根据主题自动增加或扩展约会高度,css,height,appointment,radscheduler,Css,Height,Appointment,Radscheduler,正在尝试自动调整radscheduler中约会的高度。我试过这个链接 但是没有用。我的预约时间没有增加,而且预约时间缩短了。这花了我很多时间。我希望有人能帮忙 <telerik:RadScheduler ID="radScheduler" runat="server" SelectedView="MonthView" DataKeyField="AppointmentID" DataSubjectField="AppointmentInformation

正在尝试自动调整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>

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


我肯定你现在已经得到答案了。对于那些正在寻找答案的人

在调用radScheduler.ExportToPdf()的位置设置radScheduler.RowHeight=70