textbox

I would like to try something on a TextBox. But do not know How to do ? step 1: selecting text on the text box step 2: pressing enter key result : after step 2 , textbox must raise an event like on enter. any one to know..?

2 Replies

AD Administrator Syncfusion Team November 4, 2002 05:22 PM UTC

I am probably missing something. Can you not listen to the KeyDown event and check whether the key pressed was Enter? -Praveen


UE UESTC November 29, 2002 06:31 AM UTC

Agree to last friend, you can check the onkeydown event

Loader.
Up arrow icon