Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
AI-Enhanced UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
I'm trying to set the location of the cursor to the end of the text in my editor.
Please let me know how I can achieve this goal.
Dennis
Hello Dennis,
See the help topic on how to use ranges to set the location of the cursor. For focusing the last node in the editor, use the last element in the editable content.
This would be editor.body.lastChild, or the end of its previousSibling.