I take the opportunity to ask another question, I am making another query window but the appointment does not fit the size,
this is the code i have you
<ej:Schedule runat="server" ID="matrizconuslta" Orientation="Horizontal" Locale="en-US" Width="100%" Height="650px"
CellWidth="19px" StartHour="7" EndHour="19" ShowQuickWindow="false"
Views="Day" CurrentView="Day" TimeMode="Hour24" TimeZone="UTC +0:00" ReadOnly="true"
Create="onCreate" ActionComplete="onCreate" AppointmentTemplateId="#AppointmentTemplate" >
<TooltipSettings Enable="true" TemplateId="#tooltipTemp" />
<TimeScale MinorSlotCount="12" MajorSlot="60" Enable="true" MinorSlotTemplateId="#minorTemplate" MajorSlotTemplateId="#majorTemplate" />
<BlockoutSettings Enable="true" Id="BlockId" Subject="Subject" StartTime="StartTime" EndTime="EndTime"
IsBlockAppointment="BlockAppointment" ResourceId="ResourceId" GroupId="GroupId" IsAllDay="FullDay" />
<Group Resources="Rooms,Owners,Operations" />
<Resources>
<ej:Resources Field="RoomId" Name="Rooms" Title="Room" AllowMultiple="true">
<ResourceSettings Color="color" Id="id" Text="text"></ResourceSettings>
</ej:Resources>
<ej:Resources Field="OwnerId" Name="Owners" Title="Owner" AllowMultiple="true">
<ResourceSettings Color="color" Id="id" Text="text" GroupId="groupId"></ResourceSettings>
</ej:Resources>
<ej:Resources Field="OperationId" Name="Operations" Title="Operations" AllowMultiple="true">
<ResourceSettings Color="color" Id="id" Text="text" GroupId="groupId" ></ResourceSettings>
</ej:Resources>
</Resources>
<CategorizeSettings Enable="true" AllowMultiple="true" Id="id" Color="color" FontColor="fontColor" Text="text"></CategorizeSettings>
</ej:Schedule>
function onCreate() {
$("#matrizconuslta").find('*[id*=Appointment_]').height($("#matrizconuslta").find(".e-workcells").height() - 1);
}
Attachment:
imgconsulta_fa0aad95.7z