Hello,
I'm using the following RadEditor within the usercontrol of the Insert/Update/Delete RadGrid:
The problem is that the RadEditor control is hidden by seeting the property Enabled=false.
If I remove that property, the RadEditor is displayed normally.
The requirements is to disable the RadEditor control in order to prevent the user from typing a text and from clicking any icon from the RadEditor toolbar.
Please, I need your help,
It is appreciated to send me the modified code.
Regards,
Bader
I'm using the following RadEditor within the usercontrol of the Insert/Update/Delete RadGrid:
<
telerik:RadEditor
runat
=
"server"
ID
=
"CntntRadEditor"
Enabled
=
"false"
Height
=
"500px"
Width
=
"100%"
style
=
"z-index:1000;"
Content='<%# DataBinder.Eval( Container, "DataItem.Cntnt") %>' ToolsFile="~/Common/Controls/RadEditor/xml/CustomFullSetOfToolsForSecureTables.xml">
<
Modules
>
<
telerik:EditorModule
Visible
=
"false"
/>
</
Modules
>
<
ImageManager
ViewPaths
=
"~/Guide/Design/Contents"
UploadPaths
=
"~/Guide/Design/Contents"
DeletePaths
=
"~/Guide/Design/Contents"
/>
<
DocumentManager
ViewPaths
=
"~/Guide/Design/Contents"
UploadPaths
=
"~/Guide/Design/Contents"
DeletePaths
=
"~/Guide/Design/Contents"
SearchPatterns
=
"*.doc,*.txt,*.docx,*.xls,*.xlsx,*.pdf,*.xml"
/>
</
telerik:RadEditor
>
The problem is that the RadEditor control is hidden by seeting the property Enabled=false.
If I remove that property, the RadEditor is displayed normally.
The requirements is to disable the RadEditor control in order to prevent the user from typing a text and from clicking any icon from the RadEditor toolbar.
Please, I need your help,
It is appreciated to send me the modified code.
Regards,
Bader