thanks
<
telerik:RadAjaxLoadingPanel
ID
=
"RadAjaxLoadingPanel1"
runat
=
"server"
<BR>
Skin="WebBlue"><
BR
>
</
telerik:RadAjaxLoadingPanel
><
BR
>
<
telerik:RadAjaxManagerProxy
ID
=
"RadAjaxManagerProxy1"
runat
=
"server"
><
BR
>
<
AjaxSettings
><
BR
>
<
telerik:AjaxSetting
AjaxControlID
=
"panelSearchResultsAndDetails"
><
BR
>
<
UpdatedControls
><
BR
>
<
telerik:AjaxUpdatedControl
ControlID
=
"panelSearchResultsAndDetails"
<BR>
LoadingPanelID="RadAjaxLoadingPanel1"
/><
BR
>
</
UpdatedControls
><
BR
>
</
telerik:AjaxSetting
><
BR
>
<
telerik:AjaxSetting
AjaxControlID
=
"radSearchPanel"
><
BR
>
<
UpdatedControls
><
BR
>
<
telerik:AjaxUpdatedControl
ControlID
=
"RadPanelBar1"
<BR>
LoadingPanelID="RadAjaxLoadingPanel1"
/><
BR
>
</
UpdatedControls
><
BR
>
</
telerik:AjaxSetting
><
BR
>
</
AjaxSettings
><
BR
> </
telerik:RadAjaxManagerProxy
>
See attached jpg for Designer settings...
4 Answers, 1 is accepted
Hi Mark,
In order to display a loading panel inside the RadWindow you need to wrap the content in a panel (or a div, as the asp panel renders as a div actually) and set it to be an AjaxUpdatedControl when the AjaxControlID property is set to the ID of the save button.
Please note that the size of this panel depends on the content. You need to set it explicitly in order for the AutoSize to work properly. Or, you could set the size manually and not use the AutoSize functionality at all.
For your convenience I created and attached a simple page illustrating the approach. Here is a video from my experiment: http://screencast.com/t/ytvKTTs7. I hope that this is the desired functionality.
All the best,
Marin
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Here is my RadWindow HTML, note that it is INSIDE a RadPane.
<
telerik:RadWindow
ID
=
"radWindowEditSynopsis"
Skin
=
"WebBlue"
runat
=
"server"
VisibleOnPageLoad
=
"false"
><
BR
>
<
ContentTemplate
><
BR
>
<
asp:Panel
ID
=
"panelEditSynopsis"
runat
=
"server"
Width
=
"600px"
Height
=
"350px"
><
BR
>
<
table
class
=
"searchForm"
><
BR
>
<
tr
><
BR
>
<
td
class
=
"formHeader"
><
BR
>
Synopsis<
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
><
BR
>
<
asp:TextBox
ID
=
"txtSynopsisPopup"
runat
=
"server"
Rows
=
"20"
TextMode
=
"MultiLine"
<BR>
CssClass="textFields"
Width="595px"></
asp:TextBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
align
=
"right"
><
BR
>
<
telerik:RadButton
runat
=
"server"
ID
=
"btnUpdateSynopsis"
Text
=
"Update"
OnClick
=
"btnUpdateSynopsis_Click"
><
BR
>
</
telerik:RadButton
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
</
table
><
BR
>
</
asp:Panel
><
BR
>
<
BR
>
</
ContentTemplate
><
BR
>
</
telerik:RadWindow
>
Here is my XML for the Ajax Settings(Proxy).
<
telerik:RadAjaxManagerProxy
ID
=
"RadAjaxManagerProxy1"
runat
=
"server"
><
BR
>
<
AjaxSettings
><
BR
>
<
telerik:AjaxSetting
AjaxControlID
=
"btnUpdateSynopsis"
><
BR
>
<
UpdatedControls
><
BR
>
<
telerik:AjaxUpdatedControl
ControlID
=
"panelEditSynopsis"
LoadingPanelID
=
"RadAjaxLoadingPanel1"
/><
BR
>
</
UpdatedControls
><
BR
>
</
telerik:AjaxSetting
><
BR
>
<
telerik:AjaxSetting
AjaxControlID
=
"radPanelScripts"
><
BR
>
<
UpdatedControls
><
BR
>
<
telerik:AjaxUpdatedControl
ControlID
=
"radPanelScripts"
<BR>
LoadingPanelID="RadAjaxLoadingPanel1"
/><
BR
>
</
UpdatedControls
><
BR
>
</
telerik:AjaxSetting
><
BR
>
<
telerik:AjaxSetting
AjaxControlID
=
"RadPanelBar1"
><
BR
>
<
UpdatedControls
><
BR
>
<
telerik:AjaxUpdatedControl
ControlID
=
"panelSearchResultsAndDetails"
<BR>
LoadingPanelID="RadAjaxLoadingPanel1"
/><
BR
>
</
UpdatedControls
><
BR
>
</
telerik:AjaxSetting
><
BR
>
</
AjaxSettings
><
BR
>
</
telerik:RadAjaxManagerProxy
><
BR
>
<
telerik:RadAjaxLoadingPanel
ID
=
"RadAjaxLoadingPanel1"
runat
=
"server"
Skin
=
"WebBlue"
><
BR
>
</
telerik:RadAjaxLoadingPanel
><
BR
><
BR
>
Thanks again.
Mark

But for this page, the RadWindow and content are still on one page. I still get a javascript error when the button is clicked. Below I have attached the html to the entire page. I know it's pretty large, sorry about that. Mainly, just look for the Edit Synopsis Window, then look at the Ajax Settings to see if everything looks correct.
thanks
mark
<
P
><%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master"
AutoEventWireup="true"<
BR
> CodeBehind="ScriptCoverage.aspx.cs"
Inherits="CreativeAffairsWebApp.Modules.Scripts.ScriptCoverage" %></
P
>
<
P
><%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"<
BR
>
Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %><
BR
><%@
Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI"
TagPrefix="telerik" %></
P
>
<
P
><
asp:Content
ID
=
"Content1"
ContentPlaceHolderID
=
"HeadContent"
runat
=
"server"
><
BR
> <
style
type
=
"text/css"
><
BR
>
.posRelativeClass<
BR
>
{<
BR
>
position: relative;<
BR
>
}<
BR
></
style
></
P
>
<
P
></
asp:Content
><
BR
><
asp:Content
ID
=
"Content2"
ContentPlaceHolderID
=
"MainContent"
runat
=
"server"
><
BR
>
<
telerik:RadSplitter
ID
=
"RadSplitter1"
runat
=
"server"
Width
=
"100%"
Height
=
"100%"
Skin
=
"WebBlue"
><
BR
>
<
telerik:RadPane
ID
=
"RadPane1"
runat
=
"server"
Width
=
"100%"
Height
=
"100%"
Scrolling
=
"None"
><
BR
>
<
asp:Panel
ID
=
"panelSearchResultsAndDetails"
runat
=
"server"
><
BR
>
<
telerik:RadPanelBar
ID
=
"radPanelScripts"
runat
=
"server"
Skin
=
"WebBlue"
Height
=
"100%"
Width
=
"100%"
><
BR
>
<
Items
><
BR
>
<
telerik:RadPanelItem
runat
=
"server"
Text
=
"Search Results"
Width
=
"100%"
><
BR
>
<
ContentTemplate
><
BR
>
<
table
width
=
"100%"
><
BR
>
<
tr
><
BR
>
<
td
align
=
"right"
class
=
"formLabel"
><
BR
>
<
telerik:RadButton
ID
=
"btnHideSelectedSearch"
Skin
=
"WebBlue"
Width
=
"140"
runat
=
"server"
OnClick
=
"btnHideSelectedScripts_Click"
<BR>
Text="Hide
Selected"/><
BR
>
<
BR
>
<
telerik:RadButton
ID
=
"btnUnhideSearch"
Skin
=
"WebBlue"
runat
=
"server"
Width
=
"140"
Text
=
"Show Hidden"
OnClick
=
"btnUnHideSearch_Click"
/><
BR
>
<
BR
>
<
BR
>
<
telerik:RadButton
ID
=
"btnPrintSelection"
Skin
=
"WebBlue"
runat
=
"server"
OnClick
=
"btnPrintSelectionScript_Click"
<BR>
Text="Print
Preview"><
BR
>
</
telerik:RadButton
><
BR
>
<
asp:CheckBox
ID
=
"ckHideSearchResultsFilter"
AutoPostBack
=
"true"
runat
=
"server"
Text="Hide Filter
Row"<BR>
OnCheckedChanged="ckHideSearchResultsFilter_CheckChanged"
/><
BR
>
<
asp:CheckBox
ID
=
"ckHideSearchResultsGroupPanel"
AutoPostBack
=
"true"
runat
=
"server"
<BR>
Text="Hide Grouping Row"
OnCheckedChanged="ckHideSearchResultsGroupPanel_CheckChanged"
/><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
</
table
><
BR
>
<
telerik:RadGrid
ID
=
"radgridSearchResults"
runat
=
"server"
AllowFilteringByColumn
=
"True"
AllowMultiRowSelection
=
"true"
<BR>
AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False"
GridLines="None"
Height="620px"<
BR
>
PageSize="25" ShowGroupPanel="True"
OnSelectedIndexChanged="radgridSearchResults_SelectedIndexChanged"<
BR
>
Skin="WebBlue" OnNeedDataSource="radgridSearchResults_NeedDataSource"
OnItemDataBound="radgridSearchResults_ItemDataBound"><
BR
>
<
ClientSettings
AllowColumnsReorder
=
"True"
><
BR
>
<
Scrolling
AllowScroll
=
"True"
ScrollHeight
=
"420"
UseStaticHeaders
=
"True"
/><
BR
>
<
Selecting
AllowRowSelect
=
"true"
/><
BR
>
</
ClientSettings
><
BR
>
<
MasterTableView
><
BR
>
<
CommandItemSettings
ExportToPdfText
=
"Export to Pdf"
/><
BR
>
<
RowIndicatorColumn
FilterControlAltText="Filter RowIndicator
column"><
BR
>
<
HeaderStyle
Width
=
"20px"
/><
BR
>
</
RowIndicatorColumn
><
BR
>
<
ExpandCollapseColumn
FilterControlAltText="Filter ExpandColumn
column"><
BR
>
<
HeaderStyle
Width
=
"20px"
/><
BR
>
</
ExpandCollapseColumn
><
BR
>
<
Columns
><
BR
>
<
telerik:GridClientSelectColumn
UniqueName
=
"CheckboxSelectColumn"
Visible
=
"true"
><
BR
>
<
HeaderStyle
Width
=
"3%"
/><
BR
>
<
ItemStyle
Width
=
"3%"
/><
BR
>
</
telerik:GridClientSelectColumn
><
BR
>
<
telerik:GridBoundColumn
DataField
=
"division"
FilterControlWidth
=
"35"
HeaderText
=
"Division"
<BR>
SortExpression="division"
UniqueName="colDivision"><
BR
>
<
HeaderStyle
Width
=
"6%"
/><
BR
>
<
ItemStyle
Width
=
"6%"
/><
BR
>
</
telerik:GridBoundColumn
><
BR
>
<
telerik:GridButtonColumn
DataTextField
=
"Title"
CommandName
=
"Select"
FilterControlAltText="Filter column
column"<BR>
HeaderText="Title" SortExpression="title"
UniqueName="column"><
BR
>
<
HeaderStyle
Width
=
"40%"
/><
BR
>
<
ItemStyle
Width
=
"40%"
/><
BR
>
</
telerik:GridButtonColumn
><
BR
>
<
telerik:GridBoundColumn
DataField
=
"authors"
FilterControlAltText="Filter
colAuthors
column"<BR>
HeaderText="Author" SortExpression="authors"
UniqueName="colAuthors"><
BR
>
<
HeaderStyle
Width
=
"35%"
/><
BR
>
<
ItemStyle
Width
=
"35%"
/><
BR
>
</
telerik:GridBoundColumn
><
BR
>
<
telerik:GridBoundColumn
DataField
=
"date_covered"
DataFormatString
=
"{0:MM/dd/yyyy}"
<BR>
FilterControlAltText="Filter colCoverageDate column" HeaderText="Coverage
Date"<
BR
>
SortExpression="date_covered"
UniqueName="colCoverageDate"><
BR
>
</
telerik:GridBoundColumn
><
BR
>
</
Columns
><
BR
>
<
EditFormSettings
><
BR
>
<
EditColumn
FilterControlAltText="Filter EditCommandColumn
column"><
BR
>
</
EditColumn
><
BR
>
</
EditFormSettings
><
BR
>
</
MasterTableView
><
BR
>
<
FilterMenu
EnableImageSprites
=
"False"
><
BR
>
</
FilterMenu
><
BR
>
<
HeaderContextMenu
CssClass="GridContextMenu
GridContextMenu_Default"><
BR
>
</
HeaderContextMenu
><
BR
>
</
telerik:RadGrid
><
BR
>
</
ContentTemplate
><
BR
>
</
telerik:RadPanelItem
><
BR
>
<
telerik:RadPanelItem
runat
=
"server"
Text
=
"Script Details"
Expanded
=
"true"
Width
=
"100%"
style
=
"position:relative"
><
BR
>
<
ContentTemplate
><
BR
>
<!--Tab
Strip--><
BR
>
<
table
width
=
"100%"
><
BR
>
<
tr
><
BR
>
<
td
width
=
"50%"
><
BR
>
<
telerik:RadTabStrip
ID
=
"RadTabStrip1"
MultiPageID
=
"RadMultiPage1"
runat
=
"server"
<BR>
Skin="WebBlue"
SelectedIndex="1"><
BR
>
<
Tabs
><
BR
>
<
telerik:RadTab
runat
=
"server"
Text
=
"Details"
Selected
=
"true"
><
BR
>
</
telerik:RadTab
><
BR
>
<
telerik:RadTab
runat
=
"server"
Text
=
"Comments"
><
BR
>
</
telerik:RadTab
><
BR
>
</
Tabs
><
BR
>
</
telerik:RadTabStrip
><
BR
>
</
td
><
BR
>
<
td
align
=
"right"
><
BR
>
<
telerik:RadButton
ID
=
"btnSave"
Skin
=
"WebBlue"
runat
=
"server"
OnClick
=
"btnSaveScript_Click"
ValidationGroup
=
"valGroup1"
Text
=
"Save"
><
BR
>
</
telerik:RadButton
><
BR
>
<
telerik:RadButton
ID
=
"btnDelete"
Skin
=
"WebBlue"
runat
=
"server"
OnClick
=
"btnDeleteScript_Click"
Text
=
"Delete"
><
BR
>
</
telerik:RadButton
><
BR
>
<
telerik:RadButton
ID
=
"btnResetScript"
Skin
=
"WebBlue"
runat
=
"server"
OnClick
=
"btnResetScript_Click"
Text
=
"Reset"
><
BR
>
</
telerik:RadButton
><
BR
>
<
telerik:RadButton
ID
=
"btnPrintPreview"
Skin
=
"WebBlue"
runat
=
"server"
OnClick
=
"btnPrintPreviewScript_Click"
Text="Print
Preview"><
BR
>
</
telerik:RadButton
><
BR
>
<
telerik:RadButton
ID
=
"btnPrint"
Skin
=
"WebBlue"
runat
=
"server"
OnClick
=
"btnPrintScript_Click"
Text
=
"Print"
><
BR
>
</
telerik:RadButton
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
</
table
><
BR
>
<
telerik:RadMultiPage
ID
=
"RadMultiPage1"
runat
=
"server"
CssClass
=
"form"
><
BR
>
<
telerik:RadPageView
ID
=
"RadPageView1"
runat
=
"server"
Selected
=
"true"
CssClass
=
"form"
<BR>
BorderColor="#2E9AFE"
BorderWidth="1"><
BR
>
<!--Title
Table--><
BR
>
<
table
width
=
"98%"
class
=
"form"
border
=
"0"
cellpadding
=
"3"
><
BR
>
<
tr
><
BR
>
<
td
valign
=
"top"
align
=
"right"
width
=
"105px"
><
BR
>
<
asp:Label
ID
=
"Label1"
runat
=
"server"
CssClass
=
"formLabel"
Text
=
"Title"
></
asp:Label
><
BR
>
</
td
><
BR
>
<
td
align
=
"left"
><
BR
>
<
asp:TextBox
ID
=
"txtTitle"
runat
=
"server"
CssClass
=
"textFields"
Width
=
"540px"
></
asp:TextBox
><
BR
>
<
asp:RequiredFieldValidator
ID
=
"valTitle"
runat
=
"server"
ControlToValidate
=
"txtTitle"
<BR>
ForeColor="Red" ErrorMessage="***"
ValidationGroup="valGroup1"></
asp:RequiredFieldValidator
><
BR
>
<!--Validator Extender was
here--><
BR
>
<
telerik:RadWindowManager
ID
=
"RadWindowManager"
runat
=
"server"
DestroyOnClose
=
"True"
<BR>
RestrictionZoneID="RestrictionZone"><
BR
>
<
Windows
><
BR
>
<
telerik:RadWindow
ID
=
"radWindowDetailPrint"
runat
=
"server"
VisibleOnPageLoad
=
"false"
><
BR
>
</
telerik:RadWindow
><
BR
>
<
telerik:RadWindow
ID
=
"radWindowSelectionPrint"
runat
=
"server"
VisibleOnPageLoad
=
"false"
><
BR
>
</
telerik:RadWindow
><
BR
>
<
telerik:RadWindow
ID
=
"radWindowConfirmDelete"
runat
=
"server"
VisibleOnPageLoad
=
"false"
<BR>
Height="125px"
Width="200px"><
BR
>
<
ContentTemplate
><
BR
>
<
table
width
=
"100%"
><
BR
>
<
tr
><
BR
>
<
td
align
=
"center"
><
BR
>
Are you sure you want to Delete this
Script?<
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
align
=
"center"
><
BR
>
<
asp:Button
ID
=
"ButtonOk"
OnClick
=
"btnOkayDelete_Click"
runat
=
"server"
Text
=
"Ok"
/><
BR
>
<
asp:Button
ID
=
"ButtonCancel"
OnClick
=
"btnCancelDelete_Click"
runat
=
"server"
Text
=
"Cancel"
/><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
</
table
><
BR
>
</
ContentTemplate
><
BR
>
</
telerik:RadWindow
><
BR
>
<
telerik:RadWindow
ID
=
"radWindowSaveConfirm"
runat
=
"server"
VisibleOnPageLoad
=
"false"
<BR>
Height="125px"
Width="200px"><
BR
>
<
ContentTemplate
><
BR
>
<
table
width
=
"100%"
><
BR
>
<
tr
><
BR
>
<
td
align
=
"center"
><
BR
>
Are you sure you want to Save this
Script?<
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
align
=
"center"
><
BR
>
<
asp:Button
ID
=
"btnOkaySaveScript"
OnClick
=
"btnOkaySaveScript_Click"
runat
=
"server"
<BR>
Text="Ok"
/><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
</
table
><
BR
>
</
ContentTemplate
><
BR
>
</
telerik:RadWindow
><
BR
>
</
Windows
><
BR
>
</
telerik:RadWindowManager
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
</
table
><
BR
>
<
table
width
=
"98%"
class
=
"form"
border
=
"0"
cellpadding
=
"3"
><
BR
>
<
tr
><
BR
>
<
td
class
=
"formLabel"
width
=
"105px"
align
=
"right"
valign
=
"top"
><
BR
>
Authors<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
width
=
"225px"
rowspan
=
"4"
valign
=
"top"
><
BR
>
<
telerik:RadComboBox
ID
=
"ddlAuthors"
runat
=
"server"
AutoPostBack
=
"True"
EmptyMessage="Type to
Search"<BR>
MarkFirstMatch="true" AllowCustomText="false"
EnableAutomaticLoadOnDemand="true"<
BR
>
Skin="WebBlue" Width="205px"
OnSelectedIndexChanged="ddlAuthors_SelectedIndexChanged"><
BR
>
<
WebServiceSettings
Path
=
"../Admin/Controls/AdminService.asmx"
Method
=
"GetScriptAuthors"
/><
BR
>
</
telerik:RadComboBox
><
BR
>
<
br
/><
BR
>
<
asp:LinkButton
ID
=
"lbRemoveAuthor"
runat
=
"server"
OnClick
=
"lbRemoveAuthor_Click"
>Remove</
asp:LinkButton
><
BR
>
<
br
/><
BR
>
<
asp:ListBox
ID
=
"lstAuthors"
runat
=
"server"
CssClass
=
"textFields"
SelectionMode
=
"Multiple"
<BR>
Width="205px"></
asp:ListBox
><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
width
=
"95px"
align
=
"right"
valign
=
"top"
><
BR
>
Submitted
By
<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
width
=
"225px"
valign
=
"top"
><
BR
>
<
asp:TextBox
ID
=
"txtSubmittedBy"
runat
=
"server"
Width
=
"200px"
CssClass
=
"textFields"
></
asp:TextBox
><
BR
>
<
br
/><
BR
>
<
asp:LinkButton
ID
=
"lbAddSubmittedBy"
runat
=
"server"
OnClick
=
"lbAddSubmittedBy_Click"
>Add</
asp:LinkButton
><
BR
>
<
BR
>
<
asp:LinkButton
ID
=
"lbRemoveSubmittedBy"
runat
=
"server"
OnClick
=
"lbRemoveSubmittedBy_Click"
>Remove</
asp:LinkButton
><
BR
>
<
asp:ListBox
ID
=
"lstSubmittedBy"
runat
=
"server"
CssClass
=
"textFields"
SelectionMode
=
"Multiple"
<BR>
Width="205px"></
asp:ListBox
><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
align
=
"right"
width
=
"105px"
valign
=
"top"
><
BR
>
Submitted
To<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
valign
=
"top"
><
BR
>
<
telerik:RadComboBox
ID
=
"ddlSubmittedTo"
runat
=
"server"
AutoPostBack
=
"True"
EmptyMessage="Type to
Search"<BR>
MarkFirstMatch="true" AllowCustomText="true" Skin="WebBlue"
Width="205px"><
BR
>
</
telerik:RadComboBox
><
BR
>
<
br
/><
BR
>
<
asp:LinkButton
ID
=
"lbAddSubmittedTo"
runat
=
"server"
OnClick
=
"lbAddSubmittedTo_Click"
>Add</
asp:LinkButton
><
BR
>
<
BR
>
<
asp:LinkButton
ID
=
"lbRemoveSubmittedTo"
runat
=
"server"
OnClick
=
"lbRemoveSubmittedTo_Click"
>Remove</
asp:LinkButton
><
BR
>
<
br
/><
BR
>
<
asp:ListBox
ID
=
"lstSubmittedTo"
runat
=
"server"
CssClass
=
"textFields"
SelectionMode
=
"Multiple"
<BR>
Width="205px"></
asp:ListBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
</
table
><
BR
>
<
table
width
=
"98%"
class
=
"form"
border
=
"0"
cellpadding
=
"3"
><
BR
>
<
tr
><
BR
>
<
td
class
=
"formLabel-RightAlign"
width
=
"105px"
><
BR
>
Type of
Material<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
align
=
"left"
width
=
"225px"
><
BR
>
<
telerik:RadComboBox
ID
=
"cboMaterials"
runat
=
"server"
Width
=
"205px"
EmptyMessage="Type to
Select..."<BR>
MarkFirstMatch="true"
Skin="WebBlue"><
BR
>
</
telerik:RadComboBox
><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel-RightAlign"
width
=
"95px"
><
BR
>
Draft<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
valign
=
"top"
width
=
"225px"
><
BR
>
<
asp:TextBox
ID
=
"txtDraft"
runat
=
"server"
CssClass
=
"textFields"
Width
=
"200px"
></
asp:TextBox
><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel-RightAlign"
width
=
"105px"
><
BR
>
Year
Published<
BR
>
</
td
><
BR
>
<
td
align
=
"left"
><
BR
>
<
asp:TextBox
ID
=
"txtYearPublished"
runat
=
"server"
Width
=
"200px"
CssClass
=
"textFields"
></
asp:TextBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"formLabel-RightAlign"
><
BR
>
Coverage
Date<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
valign
=
"top"
><
BR
>
<
telerik:RadDatePicker
ID
=
"txtCoverageDate"
runat
=
"server"
Skin
=
"WebBlue"
Width
=
"205px"
><
BR
>
<
Calendar
ID
=
"Calendar1"
runat
=
"server"
Skin
=
"WebBlue"
UseColumnHeadersAsSelectors
=
"False"
<BR>
UseRowHeadersAsSelectors="False"
ViewSelectorText="x"><
BR
>
</
Calendar
><
BR
>
<
DateInput
ID
=
"DateInput1"
runat
=
"server"
DateFormat
=
"M/d/yyyy"
DisplayDateFormat
=
"M/d/yyyy"
><
BR
>
</
DateInput
><
BR
>
<
DatePopupButton
HoverImageUrl
=
""
ImageUrl
=
""
/><
BR
>
</
telerik:RadDatePicker
><
BR
>
<
asp:RequiredFieldValidator
ID
=
"valCoverageDate"
ForeColor
=
"Red"
runat
=
"server"
ControlToValidate
=
"txtCoverageDate"
<BR>
ErrorMessage="***" ValidationGroup="valGroup1"
/><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel-RightAlign"
valign
=
"top"
><
BR
>
Analyst<
BR
>
</
td
><
BR
>
<
td
valign
=
"top"
><
BR
>
<
telerik:RadComboBox
ID
=
"ddlAnalyst"
runat
=
"server"
Width
=
"205px"
EmptyMessage="Type to
Select..."<BR>
MarkFirstMatch="true"
Skin="WebBlue"><
BR
>
</
telerik:RadComboBox
><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel-RightAlign"
><
BR
>
Publisher<
BR
>
</
td
><
BR
>
<
td
><
BR
>
<
asp:TextBox
ID
=
"txtPublisher"
runat
=
"server"
CssClass
=
"textFields"
Width
=
"200px"
></
asp:TextBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"formLabel-RightAlign"
align
=
"right"
><
BR
>
Received
Date<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
valign
=
"top"
><
BR
>
<
telerik:RadDatePicker
ID
=
"txtReceivedDate"
Width
=
"205px"
runat
=
"server"
Skin
=
"WebBlue"
><
BR
>
<
Calendar
ID
=
"Calendar2"
runat
=
"server"
Skin
=
"WebBlue"
UseColumnHeadersAsSelectors
=
"False"
<BR>
UseRowHeadersAsSelectors="False"
ViewSelectorText="x"><
BR
>
</
Calendar
><
BR
>
<
DateInput
ID
=
"DateInput2"
runat
=
"server"
DateFormat
=
"M/d/yyyy"
DisplayDateFormat
=
"M/d/yyyy"
><
BR
>
</
DateInput
><
BR
>
<
DatePopupButton
HoverImageUrl
=
""
ImageUrl
=
""
/><
BR
>
</
telerik:RadDatePicker
><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel-RightAlign"
><
BR
>
Circa<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
><
BR
>
<
asp:TextBox
ID
=
"txtCirca"
runat
=
"server"
Width
=
"200px"
CssClass
=
"textFields"
></
asp:TextBox
><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel-RightAlign"
valign
=
"top"
><
BR
>
Date
Returned<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
><
BR
>
<
telerik:RadDatePicker
ID
=
"txtReturnDate"
Width
=
"205px"
runat
=
"server"
Skin
=
"WebBlue"
><
BR
>
<
Calendar
ID
=
"Calendar3"
runat
=
"server"
Skin
=
"WebBlue"
UseColumnHeadersAsSelectors
=
"False"
<BR>
UseRowHeadersAsSelectors="False"
ViewSelectorText="x"><
BR
>
</
Calendar
><
BR
>
<
DateInput
ID
=
"DateInput3"
runat
=
"server"
DateFormat
=
"M/d/yyyy"
DisplayDateFormat
=
"M/d/yyyy"
><
BR
>
</
DateInput
><
BR
>
<
DatePopupButton
HoverImageUrl
=
""
ImageUrl
=
""
/><
BR
>
</
telerik:RadDatePicker
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"formLabel-RightAlign"
><
BR
>
Location<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
align
=
"left"
><
BR
>
<
asp:TextBox
ID
=
"txtLocation0"
runat
=
"server"
CssClass
=
"textFields"
Width
=
"200px"
></
asp:TextBox
><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel-RightAlign"
><
BR
>
Elements<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
><
BR
>
<
asp:TextBox
ID
=
"txtElements0"
runat
=
"server"
CssClass
=
"textFields"
Width
=
"200px"
></
asp:TextBox
><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel-RightAlign"
><
BR
>
Number of Pages
<
BR
>
</
td
><
BR
>
<
td
><
BR
>
<
telerik:RadNumericTextBox
ID
=
"txtNumberOfPages"
NumberFormat-DecimalDigits
=
"0"
runat
=
"server"
<BR>
CssClass="textFields"
Width="205px"><
BR
>
</
telerik:RadNumericTextBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
</
table
><
BR
>
<
table
width
=
"98%"
border
=
"0"
cellpadding
=
"3"
><
BR
>
<
tr
><
BR
>
<
td
valign
=
"top"
width
=
"105px"
class
=
"formLabel-RightAlign"
><
BR
>
Genre<
BR
>
</
td
><
BR
>
<
td
valign
=
"top"
width
=
"227px"
><
BR
>
<
telerik:RadComboBox
ID
=
"ddlGenre"
runat
=
"server"
AutoPostBack
=
"True"
EmptyMessage="Type to
Search"<BR>
MarkFirstMatch="true"
OnSelectedIndexChanged="ddlGenre_SelectedIndexChanged"<
BR
>
Skin="WebBlue"
Width="205px"><
BR
>
</
telerik:RadComboBox
><
BR
>
<
br
/><
BR
>
<
asp:LinkButton
ID
=
"lbDeleteGenre"
runat
=
"server"
OnClick
=
"lbDeleteGenre_Click"
>Remove
Genre</
asp:LinkButton
><
BR
>
<
br
/><
BR
>
<
asp:ListBox
ID
=
"lstGenre"
runat
=
"server"
CssClass
=
"textFields"
SelectionMode
=
"Multiple"
<BR>
Width="205px"></
asp:ListBox
><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
width
=
"93px"
align
=
"right"
valign
=
"top"
><
BR
>
Sub-Genre<
BR
>
</
td
><
BR
>
<
td
align
=
"left"
class
=
"formLabel"
width
=
"225px"
><
BR
>
<
telerik:RadComboBox
ID
=
"ddlSubGenre"
runat
=
"server"
AutoPostBack
=
"True"
EmptyMessage="Type to
Search"<BR>
MarkFirstMatch="true"
OnSelectedIndexChanged="ddlSubGenre_SelectedIndexChanged"<
BR
>
Skin="WebBlue"
Width="205px"><
BR
>
</
telerik:RadComboBox
><
BR
>
<
br
/><
BR
>
<
asp:LinkButton
ID
=
"lbDeleteSubgenre"
runat
=
"server"
OnClick
=
"lbDeleteSubgenre_Click"
>Remove
Subgenre</
asp:LinkButton
><
BR
>
<
br
/><
BR
>
<
asp:ListBox
ID
=
"lstSubGenre"
runat
=
"server"
CssClass
=
"textFields"
SelectionMode
=
"Multiple"
<BR>
Width="205px"></
asp:ListBox
><
BR
>
</
td
><
BR
>
<
td
align
=
"right"
class
=
"formLabel"
width
=
"105px"
valign
=
"top"
><
BR
>
Keywords<
BR
>
</
td
><
BR
>
<
td
align
=
"left"
class
=
"formLabel"
><
BR
>
<
telerik:RadComboBox
ID
=
"ddlKeywords"
runat
=
"server"
AutoPostBack
=
"True"
EmptyMessage="Type to
Search"<BR>
MarkFirstMatch="true"
OnSelectedIndexChanged="ddlKeywords_SelectedIndexChanged"<
BR
>
Skin="WebBlue"
Width="205px"><
BR
>
</
telerik:RadComboBox
><
BR
>
<
br
/><
BR
>
<
asp:LinkButton
ID
=
"LinkButton1"
runat
=
"server"
OnClick
=
"lbDeleteKeywords_Click"
>Remove
Keywords</
asp:LinkButton
><
BR
>
<
br
/><
BR
>
<
asp:ListBox
ID
=
"lstKeywords"
runat
=
"server"
CssClass
=
"textFields"
SelectionMode
=
"Multiple"
<BR>
Width="205px"></
asp:ListBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"formLabel"
><
BR
>
<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
><
BR
>
<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
><
BR
>
<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
><
BR
>
<
asp:CheckBox
ID
=
"ckConfidential0"
runat
=
"server"
Text
=
"Confidential"
/><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
><
BR
>
<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
><
BR
>
<
asp:CheckBox
ID
=
"ckDevelopment0"
runat
=
"server"
Text
=
"Development"
/><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
</
table
><
BR
>
<
table
width
=
"100%"
cellpadding
=
"3"
class
=
"form"
><
BR
>
<
tr
><
BR
>
<
td
align
=
"right"
valign
=
"top"
class
=
"formLabel"
width
=
"100px"
><
BR
>
Log
Line<
BR
>
</
td
><
BR
>
<
td
colspan
=
"5"
><
BR
>
<
asp:TextBox
ID
=
"txtLogline"
runat
=
"server"
CssClass
=
"textFields"
Rows
=
"3"
TextMode
=
"MultiLine"
<BR>
Width="99%"></
asp:TextBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
><
BR
>
<
BR
>
</
td
><
BR
>
<
td
><
BR
>
<
BR
>
</
td
><
BR
>
<
td
><
BR
>
<
BR
>
</
td
><
BR
>
<
td
><
BR
>
</
td
><
BR
>
<
td
><
BR
>
<
BR
>
</
td
><
BR
>
<
td
align
=
"right"
><
BR
>
<
telerik:RadButton
ID
=
"btnShowSynopsisePopup"
Skin
=
"WebBlue"
runat
=
"server"
Text
=
"Edit Synopsis"
OnClick
=
"btnShowSynopsisPopup_Click"
><
BR
>
</
telerik:RadButton
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
align
=
"right"
valign
=
"top"
class
=
"formLabel"
><
BR
>
Synopsis<
BR
>
</
td
><
BR
>
<
td
colspan
=
"5"
><
BR
>
<
asp:TextBox
ID
=
"txtSynopsis"
runat
=
"server"
AutoPostBack
=
"true"
CssClass
=
"textFields"
<BR>
OnTextChanged="txtSynopsis_TextChanged" Rows="5" TabIndex="99"
TextMode="MultiLine"<
BR
>
Width="99%"></
asp:TextBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
</
table
><
BR
>
<
telerik:RadWindow
ID
=
"radWindowEditSynopsis"
Skin
=
"WebBlue"
runat
=
"server"
VisibleOnPageLoad
=
"false"
><
BR
>
<
ContentTemplate
><
BR
>
<
asp:Panel
ID
=
"panelEditSynopsisWindow"
runat
=
"server"
><
BR
>
<
table
class
=
"form"
><
BR
>
<
tr
><
BR
>
<
td
><
BR
>
<
asp:TextBox
ID
=
"txtSynopsisPopup"
runat
=
"server"
Rows
=
"20"
TextMode
=
"MultiLine"
<BR>
CssClass="textFields"
Width="595px"></
asp:TextBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
align
=
"right"
><
BR
>
<
telerik:RadButton
runat
=
"server"
ID
=
"btnUpdateSynopsis"
Text
=
"Update"
OnClick
=
"btnUpdateSynopsis_Click"
><
BR
>
</
telerik:RadButton
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
</
table
><
BR
>
</
asp:Panel
><
BR
>
</
ContentTemplate
><
BR
>
</
telerik:RadWindow
><
BR
>
</
telerik:RadPageView
><
BR
>
<!--SCRIPT
DETAILS---><
BR
>
<
telerik:RadPageView
ID
=
"RadPageView2"
runat
=
"server"
BorderColor
=
"#2E9AFE"
CssClass
=
"form"
<BR>
BorderWidth="1"><
BR
>
<
table
border
=
"0"
class
=
"form"
cellpadding
=
"3"
><
BR
>
<
tr
><
BR
>
<
td
width
=
"150px"
class
=
"formLabel-RightAlign"
><
BR
>
Title<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
colspan
=
"3"
><
BR
>
<
asp:Label
ID
=
"lblTitle"
runat
=
"server"
Font-Bold
=
"true"
Text
=
""
></
asp:Label
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
width
=
"150px"
class
=
"formLabel-RightAlign"
><
BR
>
Analyst<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
colspan
=
"3"
><
BR
>
<
asp:Label
ID
=
"lblAnalyst"
runat
=
"server"
Font-Bold
=
"true"
Text
=
""
></
asp:Label
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
width
=
"150px"
class
=
"formLabel-RightAlign"
><
BR
>
Idea<
BR
>
</
td
><
BR
>
<
td
width
=
"250px"
class
=
"formLabel"
><
BR
>
<
telerik:RadSlider
ID
=
"radslideIdea"
runat
=
"server"
CssClass
=
"ItemSlider"
Height
=
"30px"
<BR>
ItemType="Item" MaximumValue="5" MinimumValue="1" Skin="WebBlue"
Width="250px"><
BR
>
<
Items
><
BR
>
<
telerik:RadSliderItem
Text
=
"Exc."
Value
=
"1"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"Good"
Value
=
"2"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"Fair"
Value
=
"3"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"Poor"
Value
=
"4"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"N/A"
Value
=
"5"
/><
BR
>
</
Items
><
BR
>
</
telerik:RadSlider
><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
align
=
"right"
width
=
"100px"
><
BR
>
Material<
BR
>
</
td
><
BR
>
<
td
><
BR
>
<
telerik:RadComboBox
ID
=
"cboMaterial"
runat
=
"server"
Skin
=
"WebBlue"
MarkFirstMatch
=
"true"
<BR>
EmptyMessage="Type to Select..."
><
BR
>
<
Items
><
BR
>
<
telerik:RadComboBoxItem
Value
=
"1"
Text
=
"Pass"
/><
BR
>
<
telerik:RadComboBoxItem
Value
=
"2"
Text
=
"Consider"
/><
BR
>
<
telerik:RadComboBoxItem
Value
=
"3"
Text
=
"Recommend"
/><
BR
>
<
telerik:RadComboBoxItem
Value
=
"4"
Text
=
"N/A"
/><
BR
>
</
Items
><
BR
>
</
telerik:RadComboBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
align
=
"right"
width
=
"150px"
class
=
"formLabel"
><
BR
>
Story
Line<
BR
>
</
td
><
BR
>
<
td
align
=
"left"
><
BR
>
<
telerik:RadSlider
ID
=
"radSlideStoryLine"
runat
=
"server"
CssClass
=
"ItemSlider"
Height
=
"30px"
<BR>
ItemType="Item" MaximumValue="5" MinimumValue="1" Skin="WebBlue"
Width="250px"><
BR
>
<
Items
><
BR
>
<
telerik:RadSliderItem
Text
=
"Exc."
Value
=
"1"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"Good"
Value
=
"2"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"Fair"
Value
=
"3"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"Poor"
Value
=
"4"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"N/A"
Value
=
"5"
/><
BR
>
</
Items
><
BR
>
</
telerik:RadSlider
><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
align
=
"right"
><
BR
>
Writer<
BR
>
</
td
><
BR
>
<
td
><
BR
>
<
telerik:RadComboBox
ID
=
"cboWriter"
runat
=
"server"
Skin
=
"WebBlue"
MarkFirstMatch
=
"true"
<BR>
EmptyMessage="Type to
Select..."><
BR
>
<
Items
><
BR
>
<
telerik:RadComboBoxItem
Value
=
"1"
Text
=
"Pass"
/><
BR
>
<
telerik:RadComboBoxItem
Value
=
"2"
Text
=
"Consider"
/><
BR
>
<
telerik:RadComboBoxItem
Value
=
"3"
Text
=
"Recommend"
/><
BR
>
<
telerik:RadComboBoxItem
Value
=
"4"
Text
=
"N/A"
/><
BR
>
</
Items
><
BR
>
</
telerik:RadComboBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
align
=
"right"
class
=
"formLabel"
><
BR
>
Characterization<
BR
>
</
td
><
BR
>
<
td
align
=
"left"
><
BR
>
<
telerik:RadSlider
ID
=
"radSlideCharacterization"
runat
=
"server"
CssClass
=
"ItemSlider"
<BR>
Height="30px" ItemType="Item" MaximumValue="5" MinimumValue="1"
Skin="WebBlue"<
BR
>
Width="250px"><
BR
>
<
Items
><
BR
>
<
telerik:RadSliderItem
Text
=
"Exc."
Value
=
"1"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"Good"
Value
=
"2"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"Fair"
Value
=
"3"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"Poor"
Value
=
"4"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"N/A"
Value
=
"5"
/><
BR
>
</
Items
><
BR
>
</
telerik:RadSlider
><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
align
=
"right"
><
BR
>
Concept<
BR
>
</
td
><
BR
>
<
td
><
BR
>
<
telerik:RadComboBox
ID
=
"cboConcept"
runat
=
"server"
Skin
=
"WebBlue"
MarkFirstMatch
=
"true"
<BR>
EmptyMessage="Type to
Select..."><
BR
>
<
Items
><
BR
>
<
telerik:RadComboBoxItem
Value
=
"1"
Text
=
"Pass"
/><
BR
>
<
telerik:RadComboBoxItem
Value
=
"2"
Text
=
"Consider"
/><
BR
>
<
telerik:RadComboBoxItem
Value
=
"3"
Text
=
"Recommend"
/><
BR
>
<
telerik:RadComboBoxItem
Value
=
"4"
Text
=
"N/A"
/><
BR
>
</
Items
><
BR
>
</
telerik:RadComboBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
align
=
"right"
class
=
"formLabel"
><
BR
>
Dialogue<
BR
>
</
td
><
BR
>
<
td
align
=
"left"
><
BR
>
<
telerik:RadSlider
ID
=
"radSlideDialog"
ItemType
=
"Item"
runat
=
"server"
Skin
=
"WebBlue"
<BR>
Width="250px" Height="30px" MaximumValue="5" MinimumValue="1"
CssClass="ItemSlider"><
BR
>
<
Items
><
BR
>
<
telerik:RadSliderItem
Text
=
"Exc."
Value
=
"1"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"Good"
Value
=
"2"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"Fair"
Value
=
"3"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"Poor"
Value
=
"4"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"N/A"
Value
=
"5"
/><
BR
>
</
Items
><
BR
>
</
telerik:RadSlider
><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
align
=
"right"
><
BR
>
Budget<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
><
BR
>
<
asp:RadioButton
ID
=
"radioBudgetHigh"
runat
=
"server"
GroupName
=
"radioBudgetGroup"
<BR>
Text="High"
/><
BR
>
<
asp:RadioButton
ID
=
"radioBudgetMedium"
runat
=
"server"
GroupName
=
"radioBudgetGroup"
<BR>
Text="Medium"
/><
BR
>
<
asp:RadioButton
ID
=
"radioBudgetLow"
runat
=
"server"
GroupName
=
"radioBudgetGroup"
<BR>
Text="Low"
/><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
align
=
"right"
class
=
"formLabel"
><
BR
>
Setting/Production
Values<
BR
>
</
td
><
BR
>
<
td
align
=
"left"
><
BR
>
<
telerik:RadSlider
ID
=
"radSlideProductionSettings"
runat
=
"server"
CssClass
=
"ItemSlider"
<BR>
Height="30px" ItemType="Item" MaximumValue="5" MinimumValue="1"
Skin="WebBlue"<
BR
>
Width="250px"><
BR
>
<
Items
><
BR
>
<
telerik:RadSliderItem
Text
=
"Exc."
Value
=
"1"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"Good"
Value
=
"2"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"Fair"
Value
=
"3"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"Poor"
Value
=
"4"
/><
BR
>
<
telerik:RadSliderItem
Text
=
"N/A"
Value
=
"5"
/><
BR
>
</
Items
><
BR
>
</
telerik:RadSlider
><
BR
>
</
td
><
BR
>
<
td
><
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
</
table
><
BR
>
<
table
width
=
"100%"
cellpadding
=
"3"
><
BR
>
<
tr
><
BR
>
<
td
class
=
"formLabel"
align
=
"right"
valign
=
"top"
width
=
"150px"
><
BR
>
Logline
Comment<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
><
BR
>
<
asp:TextBox
ID
=
"txtLoglineComment"
runat
=
"server"
CssClass
=
"textFields"
Rows
=
"6"
<BR>
TextMode="MultiLine"
Width="95%"></
asp:TextBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"formLabel"
valign
=
"top"
align
=
"right"
><
BR
>
Comment<
BR
>
</
td
><
BR
>
<
td
class
=
"formLabel"
><
BR
>
<
asp:TextBox
ID
=
"txtComment"
runat
=
"server"
CssClass
=
"textFields"
Rows
=
"8"
TextMode
=
"MultiLine"
<BR>
Width="95%"></
asp:TextBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
</
table
><
BR
>
</
telerik:RadPageView
><
BR
>
</
telerik:RadMultiPage
><
BR
>
</
ContentTemplate
><
BR
>
</
telerik:RadPanelItem
><
BR
>
</
Items
><
BR
>
</
telerik:RadPanelBar
><
BR
>
</
asp:Panel
><
BR
>
</
telerik:RadPane
><
BR
>
<
telerik:RadPane
ID
=
"SearchPane"
runat
=
"server"
Width
=
"20px"
><
BR
>
<
telerik:RadSlidingZone
ID
=
"RadSlidingSearchZone"
runat
=
"server"
SlideDirection
=
"Left"
><
BR
>
<
telerik:RadSlidingPane
ID
=
"RadSlidingPane1"
EnableDock
=
"false"
runat
=
"server"
Width
=
"240px"
CssClass
=
"posRelativeClass"
Title
=
"Search"
Scrolling
=
"Y"
><
BR
>
<
telerik:RadPanelBar
ID
=
"RadPanelBar1"
runat
=
"server"
><
BR
>
<
Items
><
BR
>
<
telerik:RadPanelItem
runat
=
"server"
Width
=
"240px"
CssClass
=
"searchForm"
><
BR
>
<
ContentTemplate
><
BR
>
<
table
class
=
"searchForm"
border
=
"0"
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionHeader"
><
BR
>
Title<
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionLabel"
><
BR
>
<
asp:TextBox
ID
=
"txtTitleSearch"
CssClass
=
"textFields"
runat
=
"server"
TabIndex
=
"0"
<BR>
Width="200px"></
asp:TextBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionHeader"
><
BR
>
Author<
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionLabel"
><
BR
>
<
asp:TextBox
ID
=
"txtAuthorSearch"
CssClass
=
"textFields"
runat
=
"server"
Width
=
"200px"
></
asp:TextBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionHeader"
><
BR
>
Submitted By<
br
/><
BR
>
<
asp:TextBox
ID
=
"txtSubmittedBySearch"
CssClass
=
"textFields"
runat
=
"server"
Width
=
"200px"
></
asp:TextBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionHeader"
><
BR
>
Submitted To<
br
/><
BR
>
<
telerik:RadComboBox
ID
=
"cboSubmittedToSearch"
Skin
=
"WebBlue"
MarkFirstMatch
=
"true"
<BR>
EmptyMessage="Type to Search..." runat="server"
Width="205px"><
BR
>
</
telerik:RadComboBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionHeader"
><
BR
>
Analyst<
br
/><
BR
>
<
telerik:RadComboBox
ID
=
"cboAnalystSearch"
Skin
=
"WebBlue"
EnableAutomaticLoadOnDemand
=
"true"
<BR>
MarkFirstMatch="true" EmptyMessage="Type to Search..." runat="server"
Width="205px"><
BR
>
<
WebServiceSettings
Path
=
"../Admin/Controls/AdminService.asmx"
Method
=
"GetAnalysts"
/><
BR
>
</
telerik:RadComboBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionHeader"
><
BR
>
Elements<
br
/><
BR
>
<
asp:TextBox
ID
=
"txtElementsSearch"
CssClass
=
"textFields"
runat
=
"server"
Width
=
"200px"
></
asp:TextBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionHeader"
><
BR
>
Log Line (Slow)<
br
/><
BR
>
<
asp:TextBox
ID
=
"txtLogLineSearch"
CssClass
=
"textFields"
runat
=
"server"
Width
=
"200px"
></
asp:TextBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionHeader"
><
BR
>
Division<
BR
>
<
asp:CheckBox
ID
=
"ckDivisionDT"
runat
=
"server"
Text
=
"DT"
Checked
=
"true"
/><
BR
>
<
asp:CheckBox
ID
=
"ckDivisionMX"
runat
=
"server"
Text
=
"MX"
/><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
align
=
"right"
><
BR
>
<
telerik:RadButton
ID
=
"btnSearch1"
runat
=
"server"
Skin
=
"WebBlue"
Text
=
"Search"
OnClick
=
"btnSearch_Click"
><
BR
>
</
telerik:RadButton
><
BR
>
<
telerik:RadButton
ID
=
"btnReset2"
runat
=
"server"
Skin
=
"WebBlue"
Text
=
"Reset"
OnClick
=
"btnResetSearch_Click"
><
BR
>
</
telerik:RadButton
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
align
=
"left"
><
BR
>
<
table
width
=
"100%"
><
BR
>
<
tr
><
BR
>
<
td
colspan
=
"2"
class
=
"searchSectionHeader"
><
BR
>
Coverage
Date<
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionHeader"
><
BR
>
Start
Date<
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionLabel"
><
BR
>
<
telerik:RadDatePicker
ID
=
"txtCoverageStartDate"
Skin
=
"WebBlue"
runat
=
"server"
z-index
=
"0"
><
BR
>
</
telerik:RadDatePicker
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionHeader"
><
BR
>
End
Date<
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionLabel"
><
BR
>
<
telerik:RadDatePicker
ID
=
"txtCoverageEndDate"
Skin
=
"WebBlue"
runat
=
"server"
z-index
=
"0"
><
BR
>
</
telerik:RadDatePicker
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
</
table
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
align
=
"left"
valign
=
"top"
class
=
"searchSectionHeader"
><
BR
>
Genre
<
BR
>
<
asp:Image
ID
=
"imgGenreSearch"
runat
=
"server"
ImageUrl
=
"~/Images/Search.gif"
Visible
=
"false"
/><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionLabel"
><
BR
>
<
asp:ListBox
ID
=
"lstGenreSearch"
CssClass
=
"textFields"
SelectionMode
=
"Multiple"
runat
=
"server"
<BR>
Width="200px" OnSelectedIndexChanged="SearchListBox_SelectedIndexChanged"
AutoPostBack="true"><
BR
>
</
asp:ListBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
colspan
=
"2"
class
=
"searchSectionHeader"
><
BR
>
Recommendation<
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionLabel"
><
BR
>
Material<
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionLabel"
><
BR
>
<
asp:DropDownList
ID
=
"ddlRecommendationMaterial"
CssClass
=
"textFields"
runat
=
"server"
<BR>
Width="200px"><
BR
>
<
asp:ListItem
Value
=
"0"
Text
=
""
></
asp:ListItem
><
BR
>
<
asp:ListItem
Value
=
"1"
>Pass</
asp:ListItem
><
BR
>
<
asp:ListItem
Value
=
"2"
>Consider</
asp:ListItem
><
BR
>
<
asp:ListItem
Value
=
"3"
>Recommend</
asp:ListItem
><
BR
>
<
asp:ListItem
Value
=
"4"
>N/A</
asp:ListItem
><
BR
>
</
asp:DropDownList
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionHeader"
><
BR
>
Writer<
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionLabel"
><
BR
>
<
asp:DropDownList
ID
=
"ddlRecommendationWriter"
CssClass
=
"textFields"
runat
=
"server"
<BR>
Width="200px"><
BR
>
<
asp:ListItem
Value
=
"0"
Text
=
""
></
asp:ListItem
><
BR
>
<
asp:ListItem
Value
=
"1"
>Pass</
asp:ListItem
><
BR
>
<
asp:ListItem
Value
=
"2"
>Consider</
asp:ListItem
><
BR
>
<
asp:ListItem
Value
=
"3"
>Recommend</
asp:ListItem
><
BR
>
<
asp:ListItem
Value
=
"4"
>N/A</
asp:ListItem
><
BR
>
</
asp:DropDownList
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionHeader"
><
BR
>
Keyword
<
BR
>
<
asp:Image
ID
=
"imgKeywordSearch"
runat
=
"server"
ImageUrl
=
"~/Images/Search.gif"
Visible
=
"false"
/><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionLabel"
><
BR
>
<
asp:ListBox
ID
=
"lstKeywordSearch"
SelectionMode
=
"Multiple"
CssClass
=
"textFields"
<BR>
runat="server" Width="200px"
OnSelectedIndexChanged="SearchListBox_SelectedIndexChanged"<
BR
>
AutoPostBack="true"></
asp:ListBox
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionHeader"
><
BR
>
Notes<
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
class
=
"searchSectionLabel"
><
BR
>
<
asp:CheckBox
ID
=
"ckNotesPrivate"
runat
=
"server"
Text
=
"Private"
/><
BR
>
<
br
/><
BR
>
<
asp:CheckBox
ID
=
"ckNotesPublic"
runat
=
"server"
Text
=
"Public"
/><
BR
>
<
br
/><
BR
>
<
asp:CheckBox
ID
=
"ckNotesSysAdmin"
runat
=
"server"
Text
=
"System Administrator"
/><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
<
tr
><
BR
>
<
td
align
=
"right"
class
=
"searchSectionLabel"
><
BR
>
<
telerik:RadButton
ID
=
"btnSearch"
Skin
=
"WebBlue"
runat
=
"server"
Text
=
"Search"
OnClick
=
"btnSearch_Click"
><
BR
>
</
telerik:RadButton
><
BR
>
<
telerik:RadButton
ID
=
"btnReset"
Skin
=
"WebBlue"
runat
=
"server"
Text
=
"Reset"
OnClick
=
"btnResetSearch_Click"
><
BR
>
</
telerik:RadButton
><
BR
>
</
td
><
BR
>
</
tr
><
BR
>
</
table
><
BR
>
</
ContentTemplate
><
BR
>
</
telerik:RadPanelItem
><
BR
>
</
Items
><
BR
>
</
telerik:RadPanelBar
><
BR
>
</
telerik:RadSlidingPane
><
BR
>
</
telerik:RadSlidingZone
><
BR
>
</
telerik:RadPane
><
BR
>
</
telerik:RadSplitter
><
BR
>
<
telerik:RadAjaxManagerProxy
ID
=
"RadAjaxManagerProxy1"
runat
=
"server"
><
BR
>
<
AjaxSettings
><
BR
>
<
telerik:AjaxSetting
AjaxControlID
=
"btnUpdateSynopsis"
><
BR
>
<
UpdatedControls
><
BR
>
<
telerik:AjaxUpdatedControl
ControlID
=
"panelEditSynopsisWindow"
LoadingPanelID
=
"RadAjaxLoadingPanel1"
/><
BR
>
</
UpdatedControls
><
BR
>
</
telerik:AjaxSetting
><
BR
>
<
telerik:AjaxSetting
AjaxControlID
=
"radPanelScripts"
><
BR
>
<
UpdatedControls
><
BR
>
<
telerik:AjaxUpdatedControl
ControlID
=
"radPanelScripts"
<BR>
LoadingPanelID="RadAjaxLoadingPanel1"
/><
BR
>
</
UpdatedControls
><
BR
>
</
telerik:AjaxSetting
><
BR
>
<
telerik:AjaxSetting
AjaxControlID
=
"RadPanelBar1"
><
BR
>
<
UpdatedControls
><
BR
>
<
telerik:AjaxUpdatedControl
ControlID
=
"panelSearchResultsAndDetails"
<BR>
LoadingPanelID="RadAjaxLoadingPanel1"
/><
BR
>
</
UpdatedControls
><
BR
>
</
telerik:AjaxSetting
><
BR
>
</
AjaxSettings
><
BR
>
</
telerik:RadAjaxManagerProxy
><
BR
>
<
telerik:RadAjaxLoadingPanel
ID
=
"RadAjaxLoadingPanel1"
runat
=
"server"
Skin
=
"WebBlue"
><
BR
>
</
telerik:RadAjaxLoadingPanel
><
BR
></
asp:Content
></
P
>
I checked your code and when I removed the following Ajax setting, the loading panel displayed without errors:
<
telerik:AjaxSetting
AjaxControlID
=
"radPanelScripts"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"radPanelScripts"
LoadingPanelID
=
"RadAjaxLoadingPanel1"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
I am not quite sure why you need the panelbar to update itself, but I suggest to try removing this setting and check the result in your real application.
If you still experience problems after that, please open a support ticket and send us a runnable project that we could work on. This will allow us to get a better view over your exact setup and to provide you with the most appropriate solution much faster - clearing over 700 lines of code and making it runnable out of its real context takes much more time than investigating the real problem itself. In addition, when we remove something from such code (to make it run locally), it is possible that we could involuntarily change the original setup and face and work on a problem different than the original, customer's one.
Thank you for your patience and cooperation.
Kind regards,
Georgi Tunev
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.