or
<EditItemTemplate> <asp:TextBox ID="reasonsTextBox" runat="server" Text='<%# Bind("reasons") %>'></asp:TextBox></EditItemTemplate>For Each item As GridDataItem In RadGrid1.Items Response.Write("Custid=" & item("custid").Text & "<BR>")Nextschd.DataSource = datasource;
schd.DataKeyField = "ID";
schd.DataSubjectField = "NumSwaps";
schd.DataStartField = "Roll_Date";
schd.DataEndField = "Roll_Date";
schd.SelectedView = SchedulerViewType.TimelineView;
schd.TimelineView.ColumnHeaderDateFormat = "dddd MM/dd";
schd.TimelineView.NumberOfSlots = 5;
schd.ShowNavigationPane = false;
schd.FirstDayOfWeek = DayOfWeek.Monday;
schd.LastDayOfWeek = DayOfWeek.Friday;
schd.ShowFooter = false;
schd.ShowAllDayRow = false;
schd.ShowHoursColumn = false;
schd.OverflowBehavior = OverflowBehavior.Expand;
schd.DataBind();
<telerik:RadScheduler ID="schd" runat="server" ShowViewTabs="false" ReadOnly="true">
</telerik:RadScheduler>
Screenshot attached, and thanks!
Dawn
