How to bind content in radeditor inside the gridview?
Im using the code below but it doesnt work.
<telerik:RadEditor ID="radEditorID run="server" EditModes="Design" Skin="WebBlue" ToolsFile="Telerik/EditorToolsFile.xml" Height="80px" Width="450px" >
<Content>'<%# Bind("Customer_Name") %>'</Content>
</telerik:RadEditor>
This is the error that is throwing.
A call to Bind must be assigned to a property of a control inside a template. at System.Web.UI.ControlBuilder.AppendSubBuilder(ControlBuilder subBuilder)
at System.Web.UI.TemplateParser.AppendSubBuilder(ControlBuilder builder, ControlBuilder subBuilder)
at System.Web.UI.TemplateParser.ProcessCodeBlock(Match match, CodeBlockType blockType, String text)
at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
I found some posting in the forum but I think this is the old radeditor for the prometheus theres no content property inline.
<telerik:RadEditor ID="RadEditor1" Content=' <%# Bind("ShortDescription") %>' runat="server"></telerik:RadEditor>
http://www.telerik.com/community/forums/thread/b311D-bdeceh.aspx