Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<script type=
"text/javascript"
>
function
OnClientLoad()
{
setTimeout(
() {
var
editor = $find(
"<%= RadEditor2.ClientID %>"
);
editor.setFocus();
doc = editor.get_document();
//or get_Document() in earlier versions such as Q1 2007
doc.execCommand(
"SelectAll"
,
null
false
/Collapse selection to the end
editor.getSelection().collapse();
}, 100);
}
</script>