or
<telerik:RadProgressManager ID="progressManager" runat="server" /> |
<telerik:RadProgressArea ID="progressArea" runat="server" |
EnableEmbeddedSkins="false" Skin="FileExplorer" |
DisplayCancelButton="true" > |
<Localization Uploaded="Uploaded" /> |
</telerik:RadProgressArea> |
private void SetProgressAreaProperties() |
{ |
progressArea.ProgressIndicators = ProgressIndicators.CurrentFileName | |
ProgressIndicators.RequestSize | |
ProgressIndicators.TimeElapsed | |
ProgressIndicators.TimeEstimated | |
ProgressIndicators.TotalProgress | |
ProgressIndicators.TotalProgressBar | |
ProgressIndicators.TotalProgressPercent | |
ProgressIndicators.TransferSpeed; |
} |
<
telerik:RadScheduler
ID
=
"radScheduler"
runat
=
"server"
Width
=
"965px"
OnResourcesPopulating
=
"radScheduler_ResourcesPopulating"
OnClientAppointmentsPopulated
=
"OnClientAppointmentsPopulated"
Height
=
"500px"
DayStartTime
=
"07:00:00"
OnClientAppointmentClick
=
"onAppointmentClick"
OnClientAppointmentsPopulating
=
"OnClientAppointmentsPopulating"
OnClientAppointmentDoubleClick
=
"OnClientAppointmentDoubleClick"
OnClientAppointmentDataBound
=
"OnClientAppointmentDataBound"
OverflowBehavior
=
"Scroll"
GroupBy
=
"Tech"
GroupingDirection
=
"Vertical"
SelectedView
=
"TimelineView"
EnableExactTimeRendering
=
"true"
OnClientAppointmentEditing
=
"OnClientAppointmentEditing"
AllowDelete
=
"false"
AllowInsert
=
"false"
OnClientAppointmentCreated
=
"OnClientAppointmentCreated"
>
<
AdvancedForm
Enabled
=
"false"
Modal
=
"true"
/>
<
TimelineView
SlotDuration
=
"0:30:00"
NumberOfSlots
=
"32"
TimeLabelSpan
=
"2"
HeaderDateFormat
=
"M/d/yyyy h:mm tt"
StartTime
=
"5:00"
ColumnHeaderDateFormat
=
"h:mmtt"
ShowInsertArea
=
"false"
/>
<
MonthView
AdaptiveRowHeight
=
"true"
VisibleAppointmentsPerDay
=
"20"
/>
<
WebServiceSettings
Path
=
"/services/ResourceScheduler.asmx"
ResourcePopulationMode
=
"ServerSide"
/>
</
telerik:RadScheduler
>