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

Radcombobox broken with custom skin

1 Answer 54 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Blop
Top achievements
Rank 1
Blop asked on 17 Jul 2012, 11:11 AM
(title is no longer related sorry about that)

I think I'm going crazy...

here's my combobox

 <telerik:RadComboBox ID="myCombo" AutoPostBack="true"  Width="337" runat="server"></telerik:RadComboBox>

In code behind, on indexchanges, I want to populate another combobox... the issue is it keeps the value of the first item regardless the changing index... when the postback is over "myCombo" has the first item selected and not the one I choose?!?

What's wrong????????

1 Answer, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 18 Jul 2012, 01:33 PM
Hello.

We have an example Related ComboBoxes -- http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx.

Yet this example might not be what you are looking for, as it does some of the work on the client side. Still, the values persist on postback, so you might give it a try.

Regards,
Ivan Zhekov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ComboBox
Asked by
Blop
Top achievements
Rank 1
Answers by
Ivan Zhekov
Telerik team
Share this question
or