This is a migrated thread and some comments may be shown as answers.

issues with RadComboBox and Opera

1 Answer 64 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
mlandauer
Top achievements
Rank 1
mlandauer asked on 13 Aug 2008, 11:15 PM
In versions prior to Q2 2008, I could never get MarkFirstMatch to work with Opera (I'm running 9.27 of Opera).  It wouldn't let you type enter in the box.  So I just set MarkFirstMatch to false if the browser was Opera.  After updating to Q2 2008, I decided to check to see if this was fixed.  It now lets me type and hit enter, but there are still issues.  Inside of an UpdatePanel, I have three combo boxes, each with their own ObjectDataSource.  The SelectedValue of the first is used as a SelectParameter for the second and third.  The SelectedValue of the second is used as a SelectParameter for the third.  If I type in the third and press enter, a button after it in the aspx gets pressed (this doesn't happen in other browsers), and both the SelectIndexChanged event and the button's clicked event occur.  If I type in and press enter in either of the first two, all appears normal in terms of the events that occurs server-side, however client-side the third combo box's items are not updated (also the second's items are not updated if I type in the first).  Whatever I click on next produces a SelectedIndexChanged event to occur server-side, since the contents of the box Client-side (and the SelectedIndex) don't match what the server-side thinks is there.

1 Answer, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 15 Aug 2008, 04:10 PM
Hi Michael,

Could you please prepare a sample project which demonstrates the problem and send it us?
It would be the easiest way to examine the behavior locally and find the solution.

Regards,
Helen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
mlandauer
Top achievements
Rank 1
Answers by
Helen
Telerik team
Share this question
or