or
<
telerik:RadEditor
ID
=
"reDesc"
runat
=
"server"
EnableResize
=
"false"
Width
=
"640px"
Height
=
"250px"
>
<
Tools
>
<
telerik:EditorToolGroup
>
<
telerik:EditorTool
Name
=
"Bold"
/>
<
telerik:EditorTool
Name
=
"Italic"
/>
<
telerik:EditorTool
Name
=
"Underline"
/>
<
telerik:EditorTool
Name
=
"JustifyCenter"
/>
<
telerik:EditorTool
Name
=
"JustifyFull"
/>
<
telerik:EditorTool
Name
=
"JustifyLeft"
/>
<
telerik:EditorTool
Name
=
"JustifyRight"
/>
<
telerik:EditorTool
Name
=
"imageManager"
/>
<
telerik:EditorTool
Name
=
"linkManager"
/>
<
telerik:EditorTool
Name
=
"tablewizard"
/>
<
telerik:EditorTool
Name
=
"pastefromword"
/>
<
telerik:EditorSeparator
/>
<
telerik:EditorTool
Name
=
"ForeColor"
/>
<
telerik:EditorTool
Name
=
"BackColor"
/>
<
telerik:EditorSeparator
/>
<
telerik:EditorTool
Name
=
"FontName"
/>
<
telerik:EditorTool
Name
=
"RealFontSize"
/>
</
telerik:EditorToolGroup
>
</
Tools
>
<
ImageManager
UploadPaths
=
"~/Admincp/images"
DeletePaths
=
"~/Admincp/images"
ViewPaths
=
"~/Admincp/images"
MaxUploadFileSize
=
"300000"
/>
<
Content
></
Content
>
</
telerik:RadEditor
>
Hi,
<
td
class
=
"InputColumnField"
>
<
span
id
=
"ctl00_body_Development_userControl_ctl00_ntb__Stage_duration_input__1__0__0_wrapper"
class
=
"RadInput RadInput_Windows7"
style
=
"white-space: nowrap;"
>
<
input
id
=
"ctl00_body_Development_userControl_ctl00_ntb__Stage_duration_input__1__0__0_text"
class
=
"riTextBox riEnabled InputField"
type
=
"text"
style
=
"width:125px;"
name
=
"ctl00_body_Development_userControl_ctl00_ntb__Stage_duration_input__1__0__0_text"
value
=
"1"
maxlength
=
"2147483647"
>
<
input
id
=
"ctl00_body_Development_userControl_ctl00_ntb__Stage_duration_input__1__0__0"
class
=
"rdfd_"
type
=
"text"
title
=
""
value
=
"1"
style
=
"visibility:hidden;margin:-18px 0 0 -1px;width:1px;height:1px;overflow:hidden;border:0;padding:0;"
>
<
input
id
=
"ctl00_body_Development_userControl_ctl00_ntb__Stage_duration_input__1__0__0_Value"
class
=
"rdfd_"
type
=
"text"
title
=
""
value
=
"1"
name
=
"ctl00$body$Development_userControl$ctl00$ntb__Stage_duration_input__1__0__0"
style
=
"visibility:hidden;margin:-18px 0 0 -1px;width:1px;height:1px;overflow:hidden;border:0;padding:0;"
>
<
input
id
=
"ctl00_body_Development_userControl_ctl00_ntb__Stage_duration_input__1__0__0_ClientState"
type
=
"hidden"
name
=
"ctl00_body_Development_userControl_ctl00_ntb__Stage_duration_input__1__0__0_ClientState"
value
=
"{"
enabled":true,"emptyMessage":"","minValue":0,"maxValue":70368744177664}"
autocomplete
=
"off"
>
</
span
>
<
span
id
=
"ctl00_body_Development_userControl_ctl00_ctl08"
class
=
"validation"
style
=
"display:none;"
> Field is required.</
span
>
</
td
>
<
tr
>
<
td
>getEval</
td
>
<
td
>this.page().getCurrentWindow()["ctl00_body_Development_userControl_ctl00_ntb__Stage_duration_input__1__0__0_text"].SetValue(5);</
td
>
<
td
></
td
>
</
tr
>
<
tr
>
<
td
></
td
>
<
td
>id=ctl00_body_Development_userControl_ctl00_ntb__Stage_duration_input__1__0__0_text</
td
>
<
td
>2</
td
>
</
tr
>
=
"true"
, and im need to add a new checkbox for a other property in my object class, so im add a itemtemplate with a custom checkbox, and when im clic in the custom checkbox uncheck the checkbox of the radlistbox, how can i fix that?