I am using Telerik's Radeditor and when the editor loads,I want to set the cursor position on the first line at position 1. The radeditor's Api doc says that the following command does the job:
docEditor.setFocus();
and i also found this method:
getRange();
getRange ,not working either!
Thanks in advance!