or
Replaces the default Rich Html editor with RadEditor (page content,wiki, etc.).
All html fields use the RAD editor and this is where I get the issue of inserting web parts into content areas.
This issue does not happen when the feature is not activated and i use the OOTB editor.
Also this is on a Vanila no customisations env.
RadEditorSharePoint DLL version in use from GAC is 6.1.7.0...
<
telerik:RadGrid
ID
=
"RGManualSolver"
runat
=
"server"
AutoGenerateColumns
=
"false"
Skin
=
"Vista"
OnNeedDataSource
=
"RGManualSolver_NeedDataSource"
OnUpdateCommand
=
"RGManualSolver_UpdateCommand"
OnItemCommand
=
"RGManualSolver_ItemCommand"
OnPreRender
=
"RGManualSolver_PreRender"
Width
=
"1040px"
Height
=
"300px"
>
<
MasterTableView
EditMode
=
"InPlace"
EnableColumnsViewState
=
"false"
Width
=
"97%"
ClientDataKeyNames
=
"MarketName"
DataKeyNames
=
"MKTID,SCID"
>
<
Columns
>
<
telerik:GridEditCommandColumn
ButtonType
=
"LinkButton"
UniqueName
=
"EditCommandColumn"
ItemStyle-Width
=
"60px"
HeaderStyle-Width
=
"60px"
>
</
telerik:GridEditCommandColumn
>
<
telerik:GridTemplateColumn
DataField
=
"SHOWCOST"
HeaderText
=
"VIEW COST ALLOCATION"
>
<
ItemTemplate
>
<
asp:LinkButton
ID
=
"LnkShowCostClick"
runat
=
"server"
Text='<%#Eval("SHOWCOST") %>'
CommandName="SHOWCOSTALLOCATIONClick"></
asp:LinkButton
>
</
ItemTemplate
>
</
telerik:GridTemplateColumn
>
</
Columns
>
</
MasterTableView
>
<
ClientSettings
>
<
Scrolling
AllowScroll
=
"true"
/>
</
ClientSettings
>
</
telerik:RadGrid
>
<telerik:RadComboBox ID="RadComboBox_Age_UOM_GUID" Runat="server" DataSourceID="SqlDataSource_AgeUOM" DataTextField="Description" DataValueField="sysComboBoxValues_GUID" Width="200px" />
<
telerik:RadGrid
ID
=
"rptExams"
runat
=
"server"
AutoGenerateColumns
=
"false"
Skin
=
"MetroTouch"
AllowSorting
=
"true"
OnInit
=
"rptExams_Init"
AllowFilteringByColumn
=
"true"
OnPreRender
=
"rptExams_PreRender"
>
<
AlternatingItemStyle
CssClass
=
"trAlt"
/>
<
MasterTableView
>
<
Columns
>
<
telerik:GridBoundColumn
UniqueName
=
"excat_code"
SortExpression
=
"excat_code"
DataField
=
"excat_code"
>
</
telerik:GridBoundColumn
>
</
Columns
>
</
MasterTableView
>
</
telerik:RadGrid
>
protected
void
rptExams_PreRender(
object
sender, EventArgs e)
{
GridColumn col = rptExams.Columns[0];
col.HeaderText =
"asdfasdf"
;
}
//rptExams PreRender
Requirements | |
Telerik Product and Version | |
Supported Browsers and Platforms | |
Components/Widgets used (JS frameworks, etc.) |