or
<
p
style
=
"text-align: right;"
> </
p
>
<
p
> <
span
style
=
"line-height: 1.33em; font-family: arial; color: #663366; font-size: 24px;"
>Prepare sales materials</
span
> </
p
>
<
p
>
<
table
style
=
"width: 100%;"
border
=
"1"
cellpadding
=
"10"
>
<
tbody
>
<
tr
>
<
td
style
=
"width: 50%;"
valign
=
"top"
>
<
p
style
=
"text-align: center;"
><
span
style
=
"font-family: arial; color: #663366; font-size: 16px;"
>Activity</
span
></
p
>
</
td
>
<
td
style
=
"width: 50%;"
valign
=
"top"
>
<
p
style
=
"text-align: center;"
><
span
style
=
"font-family: arial; color: #663366; font-size: 16px;"
>How to</
span
></
p
>
</
td
>
</
tr
>
<
tr
>
<
td
valign
=
"top"
><
span
style
=
"font-family: arial; color: #663366; font-size: 14px;"
>
<
ol
>
<
li
>Prepare appropriate literature: brochures, white papers, and journal articles </
li
>
</
ol
>
</
span
></
td
>
<
td
valign
=
"top"
><
span
style
=
"font-family: arial; color: #663366; font-size: 14px;"
>
<
ul
>
<
li
>Order Literature through <
a
href
=
"http://hospira.litorders.com/"
target
=
"_blank"
><
span
style
=
"color: #3333ff;"
>Comac</
span
></
a
><
span
style
=
"color: #3333ff;"
> </
span
></
li
>
</
ul
>
<
p
><
a
href
=
"https://www.gosavo.com/prod/Post/Post.aspx?id=955015&;view="
><
strong
><
span
style
=
"color: #663366;"
>Click Here</
span
></
strong
></
a
><
span
style
=
"color: #663366;"
> for EffectIV<
span
style
=
"font-family: arial,sans-serif;"
><
sup
>TM </
sup
></
span
><
br
/>
</
span
><
a
href
=
"https://www.gosavo.com/prod/Post/Post.aspx?id=955027&;view="
><
strong
><
span
style
=
"color: #663366;"
>Click Here</
span
></
strong
></
a
><
span
style
=
"color: #663366;"
> for AMC<
span
style
=
"font-family: arial,sans-serif;"
><
sup
>TM </
sup
></
span
><
br
/>
</
span
><
a
href
=
"https://www.gosavo.com/prod/Post/Post.aspx?id=955068&;view="
><
strong
><
span
style
=
"color: #663366;"
>Click Here</
span
></
strong
></
a
><
span
style
=
"color: #663366;"
> for <
span
style
=
"font-family: arial,sans-serif;"
>ChemoCLAVE<
sup
><
span
style
=
"font-size: 13px;"
>TM</
span
> </
sup
></
span
></
span
></
p
>
</
span
></
td
>
</
tr
>
<
tr
>
<
td
style
=
"background-color: #e2e2e2;"
valign
=
"top"
><
span
style
=
"font-family: arial; color: #663366; font-size: 14px;"
>
<
ol
start
=
"2"
>
<
li
>Order product samples </
li
>
</
ol
>
</
span
></
td
>
<
td
style
=
"background-color: #e2e2e2;"
valign
=
"top"
><
span
style
=
"font-family: arial; color: #663366; font-size: 14px;"
>
<
ul
>
<
li
>Complete a <
a
href
=
"http://DELTA Demo Unit Order form"
target
=
"_blank"
><
span
style
=
"color: #3333ff;"
>DELTA Demo Unit Order form</
span
></
a
> and fax into the Delta program </
li
>
</
ul
>
</
span
></
td
>
</
tr
>
<
tr
>
<
td
valign
=
"top"
><
span
style
=
"font-family: arial; color: #663366; font-size: 14px;"
>
<
ol
start
=
"3"
>
<
li
>Ensure computer tools are loaded on computer </
li
>
</
ol
>
</
span
></
td
>
<
td
valign
=
"top"
><
span
style
=
"font-family: arial; color: #663366; font-size: 14px;"
>
<
ul
>
<
li
>CLAVE<
span
style
=
"font-family: arial,sans-serif;"
><
sup
>TM</
sup
></
span
> Computer Selling Tool </
li
>
</
ul
>
</
span
></
td
>
</
tr
>
<
tr
>
<
td
style
=
"background-color: #e2e2e2;"
valign
=
"top"
><
span
style
=
"font-family: arial; color: #663366; font-size: 14px;"
>
<
ol
start
=
"4"
>
<
li
>Recommended product configurations </
li
>
</
ol
>
</
span
></
td
>
<
td
style
=
"background-color: #cccccc;"
>
<
ul
>
<
li
><
span
style
=
"color: #663366; font-size: 14px;"
>This can be done with literature, based on customer's best practice. </
span
></
li
>
</
ul
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
</
p
>
<
asp:SqlDataSource
ID
=
"SqlDataSource"
runat
=
"server"
ConnectionString="<%$ ConnectionStrings:ConnectionString %>"
ProviderName="<%$ ConnectionStrings:ConnectionString.ProviderName %>"
SelectCommand="SELECT column, column, column, column, column
FROM table A, table B
WHERE (A.ACCEPTANCE_DATE >= TO_DATE(:fromDate, 'dd-mon-yyyy'))
AND (A.ACCEPTANCE_DATE <= TO_DATE(:toDate, 'dd-mon-yyyy'))
AND column = column
AND (column LIKE 'A')
ORDER BY column, column">
<
SelectParameters
>
<
asp:ControlParameter
ControlID
=
"radDatePickerFrom"
Name
=
"fromDate"
/>
<
asp:ControlParameter
ControlID
=
"radDatePickerTo"
Name
=
"toDate"
/>
</
SelectParameters
>
</
asp:SqlDataSource
>
<
telerik:RadGrid
ID
=
"rgProjectBudget"
runat
=
"server"
AllowFilteringByColumn
=
"true"
AllowMultiRowSelection
=
"true"
AllowPaging
=
"true"
OnNeedDataSource
=
"rgProjectBudget_NeedDataSource"
OnDeleteCommand
=
"rgProjectBudget_DeleteCommand"
PageSize
=
"50"
OnItemDataBound
=
"rgProjectBudget_ItemDataBound"
OnPreRender
=
"rgProjectBudget_PreRender"
PagerStyle-AlwaysVisible
=
"true"
>
<
ClientSettings
Selecting-AllowRowSelect
=
"true"
>
<
ClientEvents
OnRowSelected
=
"RowSelected"
/>
</
ClientSettings
>
<
MasterTableView
EditMode
=
"InPlace"
>
<
Columns
>
<
telerik:GridBoundColumn
DataField
=
"COABudgetDetailID"
DataType
=
"System.Int32"
HeaderText
=
"COABudgetDetailID"
Display
=
"false"
UniqueName
=
"COABudgetDetailID"
AutoPostBackOnFilter
=
"true"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
DataField
=
"EntityKeyName"
DataType
=
"System.String"
FilterControlWidth
=
"40%"
HeaderText
=
"Project Name"
AllowFiltering
=
"true"
AutoPostBackOnFilter
=
"true"
CurrentFilterFunction
=
"Contains"
UniqueName
=
"EntityKeyName"
>
<
HeaderStyle
Width
=
"32%"
HorizontalAlign
=
"Left"
/>
<
ItemStyle
Width
=
"32%"
HorizontalAlign
=
"Left"
/>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
DataField
=
"ChartOfAccountSetDetailValueCode"
DataType
=
"System.String"
HeaderText
=
"Project Heads"
AllowFiltering
=
"true"
AutoPostBackOnFilter
=
"true"
FilterControlWidth
=
"30%"
CurrentFilterFunction
=
"Contains"
UniqueName
=
"ChartOfAccountSetDetailValueCode"
>
<
HeaderStyle
Width
=
"10%"
HorizontalAlign
=
"Left"
/>
<
ItemStyle
Width
=
"10%"
HorizontalAlign
=
"Left"
/>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
DataField
=
"ChartOfAccountSetDetailDescription"
DataType
=
"System.String"
HeaderText
=
"Description"
AllowFiltering
=
"true"
AutoPostBackOnFilter
=
"true"
CurrentFilterFunction
=
"Contains"
UniqueName
=
"ChartOfAccountSetDetailDescription"
FilterControlWidth
=
"60%"
>
<
HeaderStyle
Width
=
"20%"
HorizontalAlign
=
"Left"
/>
<
ItemStyle
Width
=
"20%"
HorizontalAlign
=
"Left"
/>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
UniqueName
=
"QuotedValue"
HeaderText
=
"Quoted Amount"
DataField
=
"QuotedValue"
CurrentFilterFunction
=
"EqualTo"
AllowFiltering
=
"true"
DataType
=
"System.Double"
FilterControlWidth
=
"30%"
AutoPostBackOnFilter
=
"true"
>
<
HeaderStyle
Width
=
"10%"
HorizontalAlign
=
"Left"
/>
<
ItemStyle
Width
=
"10%"
HorizontalAlign
=
"Left"
/>
</
telerik:GridBoundColumn
>
<
telerik:GridTemplateColumn
HeaderText
=
"Project Budget"
UniqueName
=
"SecondaryEntityBudget"
DataField
=
"SecondaryEntityBudget"
CurrentFilterFunction
=
"Contains"
AllowFiltering
=
"true"
AutoPostBackOnFilter
=
"true"
>
<
ItemStyle
Width
=
"10%"
/>
<
ItemTemplate
>
<
asp:TextBox
ID
=
"txtBudgetAmount"
runat
=
"server"
Width
=
"70px"
Text='<%# DataBinder.Eval(Container,"DataItem.SecondaryEntityBudget") %>' />
</
ItemTemplate
>
<
HeaderStyle
Width
=
"10%"
HorizontalAlign
=
"Left"
/>
<
ItemStyle
Width
=
"10%"
HorizontalAlign
=
"Left"
/>
</
telerik:GridTemplateColumn
>
<
telerik:GridBoundColumn
UniqueName
=
"COAActualAmount"
HeaderText
=
"Actual Amount"
DataField
=
"COAActualAmount"
CurrentFilterFunction
=
"EqualTo"
AllowFiltering
=
"true"
DataType
=
"System.Double"
FilterControlWidth
=
"30%"
AutoPostBackOnFilter
=
"true"
>
<
HeaderStyle
Width
=
"10%"
HorizontalAlign
=
"Left"
/>
<
ItemStyle
Width
=
"10%"
HorizontalAlign
=
"Left"
/>
</
telerik:GridBoundColumn
>
<
telerik:GridTemplateColumn
HeaderText
=
"Supplementary Budget1"
UniqueName
=
"SupplementaryBudget1"
Display
=
"true"
DataField
=
"SupplementaryBudget1"
CurrentFilterFunction
=
"Contains"
AllowFiltering
=
"true"
AutoPostBackOnFilter
=
"true"
>
<
ItemStyle
Width
=
"20%"
/>
<
ItemTemplate
>
<
asp:TextBox
ID
=
"txtSupplementaryBudget1"
runat
=
"server"
Width
=
"70px"
Enabled
=
"false"
Text='<%# DataBinder.Eval(Container,"DataItem.SupplementaryBudget1") %>' />
</
ItemTemplate
>
</
telerik:GridTemplateColumn
>
<
telerik:GridTemplateColumn
HeaderText
=
"Supplementary Budget2"
UniqueName
=
"SupplementaryBudget2"
Display
=
"true"
DataField
=
"SupplementaryBudget2"
CurrentFilterFunction
=
"Contains"
AllowFiltering
=
"true"
AutoPostBackOnFilter
=
"true"
>
<
ItemStyle
Width
=
"20%"
/>
<
ItemTemplate
>
<
asp:TextBox
ID
=
"txtSupplementaryBudget2"
runat
=
"server"
Width
=
"70px"
Enabled
=
"false"
Text='<%# DataBinder.Eval(Container,"DataItem.SupplementaryBudget2") %>' />
</
ItemTemplate
>
</
telerik:GridTemplateColumn
>
<
telerik:GridBoundColumn
DataField
=
"StatusID"
DataType
=
"System.Int32"
HeaderText
=
"StatusID"
UniqueName
=
"StatusID"
Display
=
"false"
>
</
telerik:GridBoundColumn
>
<
telerik:GridHyperLinkColumn
DataTextField
=
"StatusName"
DataType
=
"System.String"
ItemStyle-HorizontalAlign
=
"Center"
HeaderText
=
"Status"
UniqueName
=
"StatusName"
CurrentFilterFunction
=
"Contains"
AutoPostBackOnFilter
=
"true"
DataNavigateUrlFields
=
"COABudgetDetailID,SecondaryEntityBudget,SupplementaryBudget1,SupplementaryBudget2"
DataNavigateUrlFormatString
=
"javascript:CheckBudgetAmount({0},{1},{2},{3});"
>
</
telerik:GridHyperLinkColumn
>
<
telerik:GridBoundColumn
DataField
=
"SecondaryEntityBudgetApproved"
DataType
=
"System.Double"
Display
=
"false"
HeaderText
=
"SecondaryEntityBudgetApproved"
UniqueName
=
"SecondaryEntityBudgetApproved"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
DataField
=
"SupplementaryBudget1Approved"
DataType
=
"System.Double"
Display
=
"false"
HeaderText
=
"SupplementaryBudget1Approved"
UniqueName
=
"SupplementaryBudget1Approved"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
DataField
=
"SupplementaryBudget2Approved"
DataType
=
"System.Double"
Display
=
"false"
HeaderText
=
"SupplementaryBudget2Approved"
UniqueName
=
"SupplementaryBudget2Approved"
>
</
telerik:GridBoundColumn
>
<%--<
telerik:GridBoundColumn
DataField
=
"StatusName"
DataType
=
"System.String"
HeaderText
=
"Status"
UniqueName
=
"Status"
>
</
telerik:GridBoundColumn
>--%>
<
telerik:GridTemplateColumn
HeaderText
=
"Not Applicable"
UniqueName
=
"IsBudgetNotApplicable"
FilterControlWidth
=
"20%"
CurrentFilterFunction
=
"Contains"
AllowFiltering
=
"true"
AutoPostBackOnFilter
=
"true"
Display
=
"false"
>
<
ItemTemplate
>
<
asp:CheckBox
ID
=
"chkApplicable"
runat
=
"server"
Checked='<%# DataBinder.Eval(Container,"DataItem.IsBudgetNotApplicable") %>' />
</
ItemTemplate
>
<
ItemStyle
HorizontalAlign
=
"Left"
Width
=
"5%"
/>
<
HeaderStyle
Width
=
"5%"
/>
</
telerik:GridTemplateColumn
>
<
telerik:GridCheckBoxColumn
DataField
=
"IsParent"
UniqueName
=
"IsParent"
HeaderText
=
"IsParent"
Visible
=
"true"
>
</
telerik:GridCheckBoxColumn
>
<
telerik:GridClientSelectColumn
HeaderText
=
"Select"
UniqueName
=
"Select"
>
</
telerik:GridClientSelectColumn
>
<
telerik:GridButtonColumn
CommandName
=
"Delete"
HeaderText
=
"Delete?"
Text
=
"Delete"
UniqueName
=
"DeleteCommandColumn"
ButtonType
=
"ImageButton"
ConfirmText
=
"Are you sure you want to delete ?"
>
<
ItemStyle
HorizontalAlign
=
"Left"
Width
=
"5%"
/>
<
HeaderStyle
Width
=
"5%"
/>
</
telerik:GridButtonColumn
>
</
Columns
>
</
MasterTableView
>
</
telerik:RadGrid
>
function RowSelected(sender, eventArgs)
{
var grid = sender;
var MasterTable = grid.get_masterTableView();
var row = MasterTable.get_dataItems()[eventArgs.get_itemIndexHierarchical()];
var cell = MasterTable.getCellByColumnUniqueName(row, "IsParent");
//here cell.innerHTML holds the value of the cell
alert(cell.innerHTML);
// cell.innerHTML doe not return value of CheckBox Column
// but returns value if its a bound column
}
Waiting for your reply.
Regards,
Lok..