Hi all,
I am using rad editor with a dynamic dropdown.
While adding several values from dropdown, sometimes it starts placing newly added values in start of the editor (Control moves to beginning of the document automatically), instead of where the cursor was previously set.
Can anybody suggests, how to get rid of this?
Regards,
Yasir
4 Answers, 1 is accepted
You should not experience this problem if you are using a custom dropdown of RadEditor? Does this dropdown is a custom dropdown of RadEditor or it is some external dropdown?
If it is an external dropdown, then when you click on it the selection in RadEditor will be lost because the dropdown will take the focus. To prevent this you should set unselectable="on" to all its nodes. The unselectable attribute specifies that an element cannot be selected.
Greetings,
Rumen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Hi,
I am using RadEditor's custom drop down.
In fact this issue is not very frequent, and only when we select multiple values from dropdown it occasionally start placing values in start of the editor (Move cursor to start automatically).
HTML for dropdown given below.
<telerik:EditorToolGroup>
<telerik:EditorTool Name="InsertSnippet" popupwidth="100px" popupheight="200px" width="300px" />
</telerik:EditorToolGroup>
Regards,
Yasar
You should not experience this problem with the built-in Insert Code Snippet dropdown of RadEditor. Could you please open a support ticket and send a sample working project that demonstrates the problem? Once we are able to reproduce it we will do our best to provide a solution.
Sincerely,
Rumen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
We are in process of upgrading Telerik controls in our system to 3.5 framwork.
I will let you know, if problems persists with latest version.!
Regards,
Yasir
