<telerik:RadComboBox ID="rcCS" runat="server" AllowCustomText="true" Width="200px"> |
</telerik:RadComboBox> |
|
<asp:ImageButton ID="ibSelect" runat="server" ImageUrl="../images/ffwd.gif" ImageAlign="Middle" |
ToolTip="Click to perform search"></asp:ImageButton> |
What I want to do is when the user enters custom text into the rad combo above, then hits ENTER, for the ibSelect ImageButton to act as though it was clicked. This works with a textbox but I can't get it to work with the combo. I don't want to use AutoPostBack.
thanks!