<table style="width: 757pt; border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0" width="1008"> <colgroup><col style="width: 18pt;" width="24" /><col style="width: 98pt;" width="131" /><col style="width: 56pt;" width="74" /><col style="width: 73pt;" width="97" /><col style="width: 66pt;" span="2" width="88" /><col style="width: 80pt;" width="106" /><col style="width: 90pt;" width="120" /><col style="width: 49pt;" width="65" /><col style="width: 90pt;" width="120" /><col style="width: 71pt;" width="95" /></colgroup> <tbody> <tr style="height: 15pt;" height="20"> <td style="border-bottom-color: #ece9d8; border-left: windowtext 1pt solid; background-color: transparent; border-top-color: #ece9d8; width: 18pt; height: 15pt; border-right-color: #ece9d8;" class="xl66" align="right"><strong><span style="font-family: arial; color: #0070c0; font-size: 13px;">1</span></strong></td> <td style="background-color: transparent; width: 668pt;border-color: #ece9d8;" class="xl67" colspan="9"><span style="font-family: arial; font-size: 13px;">Per policy, the bid exception such as a third bidder declined, sole source, or the lowest bid not selected was properly documented within the project</span></td> <td style="background-color: transparent; width: 71pt;border-color: #ece9d8;"></td> </tr> <tr style="height: 15pt;" height="20"> <td style="border-bottom-color: #ece9d8; border-left: windowtext 1pt solid; background-color: transparent; border-top-color: #ece9d8; height: 15pt; border-right-color: #ece9d8;" class="xl66"><strong><span style="font-family: arial; color: #0070c0; font-size: 13px;"> </span></strong></td> <td style="background-color: transparent;border-color: #ece9d8;" class="xl67" colspan="4"><span style="font-family: arial; font-size: 13px;">release summary. This was not deemed an exception. </span></td> <td style="background-color: transparent;border-color: #ece9d8;"></td> <td style="background-color: transparent;border-color: #ece9d8;"></td> <td style="background-color: transparent;border-color: #ece9d8;"></td> <td style="background-color: transparent;border-color: #ece9d8;"></td> <td style="background-color: transparent;border-color: #ece9d8;"></td> <td style="background-color: transparent;border-color: #ece9d8;"></td> </tr> <tr style="height: 15pt;" height="20"> <td style="border-bottom-color: #ece9d8; border-left: windowtext 1pt solid; background-color: transparent; border-top-color: #ece9d8; height: 15pt; border-right-color: #ece9d8;" class="xl66" align="right"><strong><span style="font-family: arial; color: #0070c0; font-size: 13px;">2</span></strong></td> <td style="background-color: transparent;border-color: #ece9d8;" class="xl68" colspan="9"><span style="font-family: arial; font-size: 13px;">Per Ken Stephenson, equipment only purchases without installation do not require signed contracts. This is not deemed an exception. </span></td> <td style="background-color: transparent;border-color: #ece9d8;"></td> </tr> <tr style="height: 15pt;" height="20"> <td style="border-bottom-color: #ece9d8; border-left: windowtext 1pt solid; background-color: transparent; border-top-color: #ece9d8; height: 15pt; border-right-color: #ece9d8;" class="xl66" align="right"><strong><span style="font-family: arial; color: #0070c0; font-size: 13px;">3</span></strong></td> <td style="background-color: transparent;border-color: #ece9d8;" class="xl68" colspan="10"><span style="font-family: arial; font-size: 13px;">These attributes were not tested here as this is a supplemental release issued for an existing contact/PO. See testing of the initial releases #25013 and #25117.</span></td> </tr> </tbody> </table>

function
refreshEditorTest(arg)
{
//Append user controls radeditor content with arg
| var editor = GetRadEditor("<%=RadEditor1.ClientID%>"); |
| var content = editor.GetHtml(); editor.SetHtml = Content + "<br/>" + arg; |
}
<style type="text/css"> .reWrapper_corner, .reWrapper_center { display: none !important; } .reLeftVerticalSide, .reRightVerticalSide, .reToolZone, .reToolCell { background: white !important; } .reContentCell { border-width: 0 !important; line-height: 15px; height: 75px; } .reWrapper { border: 0 !important; } .RadEditor { filter: chroma(color=c2dcf0); } .reContentArea { height: 94px !important; font-family: "Segoe UI",Arial,sans-serif !important; color:Navy; font-weight:bold; font-size: 10px !important; } </style> <telerik:RadEditor ID="RequestEditor" runat="server" EditModes="Preview" ToolbarMode="ShowOnFocus" Width="318px" Height="100px" Skin="Hay" BorderStyle="Solid" BorderWidth="1px" BackColor="White" ToolsWidth="1px" ContentAreaMode="Div" CssClass="incidentRadEditor" OnClientLoad="OnClientLoad" > <Tools> </Tools> <Content> <b>Line 1</b><br /> Line 2<br /> Line 3<br /> Line 4<br /> Line 5<br /> Line 6<br /> Line 7<br /> </Content> </telerik:RadEditor>Hello,
Is there way to set to specific RegExpTextBoxSetting IsValid true or false in runtime myself?
I want to see the error message of the RegExpTextBoxSetting in specific cases.
Is it possible? or the RegExpTextBoxSetting display the error message only by the regular expression ?
Thanks.
Hello,
I have a rather specialized problem, and I'm hoping somebody here might know what I'm doing wrong.
I'm using the RadScheduler Drag/Drop from RadGrid demo w/RadDock as external edit. What I'm trying to implement, however, is a "go-between" in the drag/drop. So, when the user drags a GridItem into the RadScheduler, instead of an appointment being created, a RadDock is populated and displayed and the user is allowed to enter additional information then click an "Add/Submit" button to create the appointment and update the RadScheduler.
So now I have 2 RadDocks, one for the Add function, and one for the Edit function (from the RadDock as external edit demo). It's working as I had planned except for one thing, neither of the two forms' buttons respond to clicks in the code-behind. When I've seen weird stuff like this in the past, it had something to do with my RadAjaxManager settings, but I just cannot figure out the problem.
RadAjaxManager
<telerik:RadAjaxManager runat="server" ID="RadAjaxManager1" OnAjaxRequest="RadAjaxManager1_AjaxRequest" >
<ClientEvents OnRequestStart="RequestStart" OnResponseEnd="ResponseEnd" />
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RadScheduler1" />
</UpdatedControls>
</telerik:AjaxSetting>
<telerik:AjaxSetting AjaxControlID="dayscale">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RadScheduler1" />
</UpdatedControls>
</telerik:AjaxSetting>
<telerik:AjaxSetting AjaxControlID="RadPanelBar1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RadPanelBar1" />
<telerik:AjaxUpdatedControl ControlID="RadScheduler1" UpdatePanelHeight="" />
<telerik:AjaxUpdatedControl ControlID="RadGrid1" UpdatePanelHeight="" />
</UpdatedControls>
</telerik:AjaxSetting>
<telerik:AjaxSetting AjaxControlID="RadScheduler1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RadScheduler1" />
<telerik:AjaxUpdatedControl ControlID="LithoEditDockPanel" />
</UpdatedControls>
</telerik:AjaxSetting>
<telerik:AjaxSetting AjaxControlID="RadGrid1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RadScheduler1" />
<telerik:AjaxUpdatedControl ControlID="RadGrid1" UpdatePanelHeight="" />
<telerik:AjaxUpdatedControl ControlID="LithoAddDockPanel" />
</UpdatedControls>
</telerik:AjaxSetting>
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RadScheduler1" UpdatePanelHeight="" />
</UpdatedControls>
</telerik:AjaxSetting>
<telerik:AjaxSetting AjaxControlID="btnAdd">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RadScheduler1" UpdatePanelHeight="" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
Panel1- USED AS EXTERNAL EDIT PANEL
<asp:Panel runat="server" ID="LithoEditDockPanel">
<telerik:RadDock runat="server" ID="LithoRadDock" Width="500px" Height="780px"
Closed="true" Style="z-index: 2000;" Title="..."
OnClientDockPositionChanged="dockMoved" Skin="Windows7">
<Commands>
<telerik:DockCloseCommand />
</Commands>
<ContentTemplate>
<div class="editForm">
<div class="header">
<asp:Label runat="server" ID="StatusLabel"></asp:Label>
<asp:Label runat="server" ID="lblLithoEditRadDockDescription" Visible="false"></asp:Label>
</div>
<div class="pltInfo">
<ChrisC:MtInfoListview runat="server" ID="LithoMTInfo" />
</div>
<div class="content">
<table style="width: 100%;">
<tr>
<td colspan="1" align="left"
style="width: 53%; height: 50px; vertical-align: top;">
<telerik:RadTextBox ID="DescriptionText" Width="240px" runat="server" EmptyMessage="Description" Skin="Windows7" Label="Description" />
</td>
<td align="right" style="width: 50%; height: 50px; vertical-align: top; padding-right: 35px;">
<telerik:RadComboBox ID="cboWriteTool" runat="server" Width="100%"
Skin="Windows7" Label="Write Tool" DataSourceID="AreasDataSource"
DataTextField="q" DataValueField="id" AutoPostBack="true" />
</td>
</tr>
<tr>
<td colspan="1" align="left"
style="width: 53%; height: 15px; vertical-align: top;">
Starts at:
<telerik:RadDateTimePicker ID="StartTime" runat="server" SharedCalendarID="SharedCalendar"
SharedTimeViewID="SharedTimeView" Skin="Windows7" >
</telerik:RadDateTimePicker>
<br />
<asp:RequiredFieldValidator runat="server" ID="StartTimeRequiredFieldValidator" Display="Dynamic"
ControlToValidate="StartTime" ErrorMessage="Start time is required" />
</td>
<td colspan="1" align="right"
style="width: 100%; height: 15px; vertical-align: top; padding-right: 35px;">
<telerik:RadComboBox ID="cboPriority" runat="server" Width="100%"
Skin="Windows7" Label="Priority" DataSourceID="PriorityDataSource"
DataTextField="name" DataValueField="id" />
</td>
</tr>
<tr>
<td colspan="1" align="left"
style="width: 53%; height: 45px; vertical-align: top;">
<telerik:RadNumericTextBox ID="txtWriteTime" runat="server" Width="119px"
EmptyMessage="Write Time" Label="Write Time:" Skin="Windows7" />(hrs)
</td>
<td colspan="1" align="right"
style="width: 100%; height: 15px; vertical-align: top; padding-right: 35px;">
<telerik:RadComboBox ID="cboPlateType" runat="server" Width="100%"
Skin="Windows7" Label="Plate Type" DataSourceID="PlateTypeDataSource"
DataTextField="name" DataValueField="id" />
</td>
</tr>
</table>
<ChrisC:LithoParameters runat="server" id="LithoParameters" />
</div>
<div class="footer">
<asp:Button runat="server" ID="SubmitButton" Text="Update" OnClick="SubmitButton_Click" />
<button onclick="hideForm();" type="button" >Cancel</button>
<asp:Button runat="server" ID="btnCopy" Text="Copy" OnClick="btnCopy_Click" style="margin-right: 20px;" />
</div>
<telerik:RadTimeView ID="SharedTimeView" runat="server" Skin="Windows7">
</telerik:RadTimeView>
<telerik:RadCalendar ID="SharedCalendar" runat="server" EnableMonthYearFastNavigation="False"
EnableMultiSelect="False" UseColumnHeadersAsSelectors="False" UseRowHeadersAsSelectors="False" Skin="Windows7">
</telerik:RadCalendar>
</div>
</ContentTemplate>
</telerik:RadDock>
</asp:Panel>
Panel2- USED AS EXTERNAL ADD PANEL
<asp:Panel runat="server" ID="LithoAddDockPanel">
<telerik:RadDock runat="server" ID="LithoAddRadDock" Width="500px" Height="780px"
Closed="true" Style="z-index: 2000;" Title="..."
OnClientDockPositionChanged="dockLithoAddMoved" Skin="Windows7">
<Commands>
<telerik:DockCloseCommand />
</Commands>
<ContentTemplate>
<div class="editForm">
<div class="header">
<asp:Label runat="server" ID="lithoAddStatusLabel"></asp:Label>
<asp:Label runat="server" ID="lblLithoAddDockPanelDescription" Visible="false"></asp:Label>
</div>
<div class="pltInfo">
<ChrisC:MtInfoListview runat="server" ID="MtInfoListview1" />
</div>
<div class="content">
<table style="width: 100%;">
<tr>
<td colspan="1" align="left"
style="width: 53%; height: 50px; vertical-align: top;">
<telerik:RadTextBox ID="txtLithoAddDescription" Width="240px" runat="server" EmptyMessage="Description" Skin="Windows7" Label="Description" />
</td>
<td align="right" style="width: 50%; height: 50px; vertical-align: top; padding-right: 35px;">
<telerik:RadComboBox ID="cboLithoAddWriteTool" runat="server" Width="100%"
Skin="Windows7" Label="Write Tool" DataSourceID="AreasDataSource"
DataTextField="q" DataValueField="id" AutoPostBack="true" />
</td>
</tr>
<tr>
<td colspan="1" align="left"
style="width: 53%; height: 15px; vertical-align: top;">
</td>
<td colspan="1" align="right"
style="width: 100%; height: 15px; vertical-align: top; padding-right: 35px;">
<telerik:RadComboBox ID="cboLithoAddPriority" runat="server" Width="100%"
Skin="Windows7" Label="Priority" DataSourceID="PriorityDataSource"
DataTextField="name" DataValueField="id" />
</td>
</tr>
<tr>
<td colspan="1" align="left"
style="width: 53%; height: 45px; vertical-align: top;">
<telerik:RadNumericTextBox ID="txtLithoAddWriteTime" runat="server" Width="119px"
EmptyMessage="Write Time" Label="Write Time:" Skin="Windows7" />(hrs)
</td>
<td colspan="1" align="right"
style="width: 100%; height: 15px; vertical-align: top; padding-right: 35px;">
<telerik:RadComboBox ID="cboLithoAddPlateType" runat="server" Width="100%"
Skin="Windows7" Label="Plate Type" DataSourceID="PlateTypeDataSource"
DataTextField="name" DataValueField="id" />
</td>
</tr>
</table>
<ChrisC:LithoParameters runat="server" id="LithoParameters1" />
</div>
<div class="footer">
<asp:Button runat="server" ID="btnAdd" Text="Q It!" OnClick="lithoAddButton_Click" />
<button onclick="hideLithoAddForm();" type="button" >Cancel</button>
<asp:Button runat="server" ID="btnAddCopy" Text="Copy" OnClick="lithoAddCopy_Click" style="margin-right: 20px;" />
</div>
</div>
</ContentTemplate>
</telerik:RadDock>
</asp:Panel>
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="Vista"> <Windows> <telerik:RadWindow runat="server" Behavior="Default" InitialBehavior="None" AutoSize="true" Left="0px" NavigateUrl="http://www.safc.com" OffsetElementID="btnDialog" OpenerElementID="btnALS" Title="Sunderland AFC Website" Top="30px" VisibleStatusbar="False"> </telerik:RadWindow> <telerik:RadWindow ID="rwDialog" runat="server" Behavior="Close, Move" Behaviors="Close, Move" InitialBehavior="None" Modal="True" NavigateUrl="MyDialog.aspx" OpenerElementID="btnDialog" AutoSize="true" Width="500px"> <ContentTemplate> <telerik:RadScheduler ID="RadScheduler1" runat="server" DataDescriptionField="App_Description" DataEndField="App_End" DataKeyField="JobID" DataRecurrenceField="App_RecurrenceRule" DataRecurrenceParentKeyField="App_RecurrenceParentID" DataSourceID="Jobs" DataStartField="App_Start" DataSubjectField="App_Subject" StartInsertingInAdvancedForm="True" SelectedView="MonthView" Width="500px"> </telerik:RadScheduler> <asp:SqlDataSource ID="Jobs" runat="server" ConnectionString="<%$ ConnectionStrings:Default %>" DeleteCommand="" InsertCommand="" SelectCommand="" UpdateCommand=""> <DeleteParameters> <asp:Parameter Name="JobID" Type="Int32" /> </DeleteParameters> <InsertParameters> <asp:Parameter Name="App_Subject" Type="String" /> <asp:Parameter Name="App_Description" Type="String" /> <asp:Parameter Name="App_Start" Type="DateTime" /> <asp:Parameter Name="App_End" Type="DateTime" /> <asp:Parameter Name="App_LocationID" Type="Int32" /> <asp:Parameter Name="App_RecurrenceRule" Type="String" /> <asp:Parameter Name="App_RecurrenceParentID" Type="Int32" /> <asp:Parameter Name="App_Reminder" Type="String" /> <asp:Parameter Name="App_TechnicianID" Type="Int32" /> <asp:Parameter Name="App_Annotations" Type="String" /> </InsertParameters> <UpdateParameters> <asp:Parameter Name="App_Subject" Type="String" /> <asp:Parameter Name="App_Description" Type="String" /> <asp:Parameter Name="App_Start" Type="DateTime" /> <asp:Parameter Name="App_End" Type="DateTime" /> <asp:Parameter Name="App_LocationID" Type="Int32" /> <asp:Parameter Name="App_RecurrenceRule" Type="String" /> <asp:Parameter Name="App_RecurrenceParentID" Type="Int32" /> <asp:Parameter Name="App_Reminder" Type="String" /> <asp:Parameter Name="App_TechnicianID" Type="Int32" /> <asp:Parameter Name="App_Annotations" Type="String" /> </UpdateParameters> </asp:SqlDataSource> </ContentTemplate> </telerik:RadWindow> <telerik:RadWindow ID="RadWindow1" runat="server"> <ContentTemplate> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <asp:Button ID="Button1" runat="server" Text="Click me" OnClick="Button1_Click" /> </ContentTemplate> </telerik:RadWindow> </Windows> </telerik:RadWindowManager>