or

<telerik:RadNotification ID="FormMessage" Text="Test Message" VisibleOnPageLoad="false" Width="300px" Height="100px" runat="server" ClientIDMode="Static" Position="BottomRight" OffsetY="-50" offsetx="-50" EnableRoundedCorners="true" EnableShadow="true" Animation="Fade" ContentIcon="info" TitleIcon="none" Font-Bold="true" Font-Size="XX-Large" > </telerik:RadNotification>
<telerik:RadScheduler ID="RadScheduler1" runat="server" OnClientAppointmentsPopulating="OnClientAppointmentsPopulating" AppointmentStyleMode="Default" SelectedView="TimelineView" SelectedDate="2012-01-01" ShowHeader="false" Width="100%" ShowViewTabs="false" GroupBy="ProjectCategory" ReadOnly="true" OnClientAppointmentsPopulated="OnClientAppointmentsPopulated" OnClientAppointmentDataBound="OnClientAppointmentDataBound"> <TimelineView SlotDuration="25.00:00:00" TimeLabelSpan="4" ColumnHeaderDateFormat="yyyy" NumberOfSlots="80" GroupingDirection="Vertical" /> <WebServiceSettings Path="../../SchedulerWebService.asmx" ResourcePopulationMode="ServerSide" /> <AdvancedForm Modal="true" /> </telerik:RadScheduler>