or
<asp:EntityDataSource runat="server" ID="EntityDataSource1" ConnectionString="name=on2wheelsEntities"
DefaultContainerName="on2wheelsEntities" EntitySetName="Scheduals" EnableDelete="True"
EnableInsert="True" EnableUpdate="True" EnableFlattening="False"
EntityTypeFilter="Schedual">
</asp:EntityDataSource>
<telerik:RadScheduler Height="600px" ID="RadScheduler1" runat="server" SelectedView="MonthView"
DataDescriptionField="Description" DataEndField="EndTime" DataKeyField="Key"
DataSourceID="EntityDataSource1" DataStartField="StartTime"
DataSubjectField="Subject" EnableDescriptionField="True">
</telerik:RadScheduler>
<telerik:RadAjaxManager runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="RadScheduler1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RadScheduler1" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>

| <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default3.aspx.cs" Inherits="Default3" %> |
| <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head runat="server"> |
| <title></title> |
| <style type="text/css"> |
| </style> |
| </head> |
| <body> |
| <form id="form1" runat="server"> |
| <telerik:RadScriptManager ID="RadScriptManager1" runat="server"> |
| </telerik:RadScriptManager> |
| <div> |
| <telerik:RadPanelBar runat="server" ID="RadPanelBar2" PersistStateInCookie="True" |
| Skin="Web20" ExpandAnimation-Type="OutQuad" ExpandAnimation-Duration="1000" CollapseAnimation-Type="OutQuad" |
| CollapseAnimation-Duration="1000"> |
| <Items> |
| <telerik:RadPanelItem Text="RadPanelItem"> |
| <Items> |
| <telerik:RadPanelItem> |
| <ItemTemplate> |
| <p> |
| this is a line of textth this is a line of textth is is a line of textthis is a |
| line of textthis this is a line of textth this is a line of textth h this is a line |
| of textth is is a line of textt <br /> |
| his is a line of textthis this is a line of textth this is a line of textth |
| </p> |
| <p> |
| this is a line of text</p> |
| <p> |
| this is a line of text</p> |
| <p> |
| this is a line of text</p> |
| <p> |
| this is a line of text</p> |
| </ItemTemplate> |
| </telerik:RadPanelItem> |
| </Items> |
| </telerik:RadPanelItem> |
| </Items> |
| </telerik:RadPanelBar> |
| </div> |
| </form> |
| </body> |
| </html> |