I have a text field, a button and a radgrid on the page. If without puting ajax on the page, when focus on the text area and hit the enter key, it will hit the Button1_Click1 event, but after I put ajax (I user radajax manager) on the page, when button click only refresh the radgrid, it won't go to the Button1_Click1 event when hit the enter key while focus on the text area. Why? and how to solve the problem?
Thanks!
Thanks!