This must be simple, but I have trouble to get this solved ...
I have a mouse click event proc of which the sender type is a RadTextBoxItem. I need to know the textbox, so type TextBox or RadTextBox. How can this be done?
2 Answers, 1 is accepted
0
Accepted
Ivan Petrov
Telerik team
answered on 19 Mar 2012, 10:00 AM
Hi Marc,
Thank you for writing.
If I understand you correct, you want to get the RadTextBox control from the event handler of the RadTextBoxItem Click event. If this is the case here is a code snippet which demonstrates how to achieve this: