or
<telerik:GridDropDownColumn DataSourceID="ldsBrand" DataField="BrandID" HeaderText="Brand Name" ListTextField="BrandName" ListValueField="BrandID" AllowFiltering="false" EnableEmptyListItem="true" EmptyListItemText="-- No Brand --" EmptyListItemValue="" ConvertEmptyStringToNull="true" EditFormColumnIndex="0" UniqueName="Brand" />
var _9c4=new Telerik.Web.UI.Editor.GenericCommand("Paste",this._contentWindow); var _9c5=this.getSelection().getRange(); var _9c6=Telerik.Web.UI.Editor.Utils.getUniqueID(); if(_9c5.pasteHTML){ _9c5.pasteHTML(" <font id='"+_9c6+"'> </font>"); <-- this is where the error takes place
}else{ this.pasteHtml("<font id='"+_9c6+"'> </font>"); } The same behaviour is shown when using the demo live examples shipped with this version of the rad controls.
Testing it on the demo's on the telerik site i discovered the using CTRL+V is disabled for the text editor.
Can you please help me out with this problem. Using the attribute unselectable=on is not an option because i want our customers to be able to select the textarea.