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
UI/UX Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
Mouse Down event invalid.
Hi chaoyuan,
Thank you for the provided code snippet.
I am assuming that the event is not called. Am I right? If yes, note that RadTextBox internally hosts the standard MS TextBox. You will need to subscribe to its MouseDown event to catch the moment when the user clicks on the cursor position.
this.radTextBox1.TextBoxElement.TextBoxItem.HostedControl.MouseDown += TextBoxItem_MouseDown;
private void TextBoxItem_MouseDown(object? sender, MouseEventArgs e) { // custom logic }
Give this a try and let me know if it works for you.
Regards, Dinko | Tech Support Engineer Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.