I'm doing a multi-word search-type interface with a textbox, search button, and Radgrid. They are tied into RadAjaxManager and the grid correctly displays search results through the manager when the user enters words and clicks the search button. However, if the user "presses Enter" I hear the "DING" sound and nothing happens. The behavior I want is to "do the search button". I've tried catching various events but I'm unable to intercept the "Enter Pressed" so that I can "click the search button". I'm trying to prevent postbacks, if possible. I thought that linking the textbox into the manager would do the trick but that hasn't worked either. Any suggested strategies?
Thanks,
Victor.
Thanks,
Victor.