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

ComboBox not calling OnSelectedIndexChanged event

2 Answers 62 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 2
Alex asked on 04 Mar 2012, 07:16 PM
I have this weird situation where my ComboBoxes stop calling the OnSelectedIndexChanged after a while.

The scenario is like this:

I have a grid that has 12 months, in each footer column there's a radComboBox with the values (yes/no).

I have other grids in the page that I can do drag/drop between them.

The comboboxes do postbacks and they call the OnSelectedIndexChanged event in my codebehind fine, this seems to break when I do drag/drop in the other grids. Once I do the drag/drop in the other grids the comboboxes stop calling the OnSelectedIndexChanged event period.

I went through the code and there's nowhere that I'm overriding the OnSelectedIndexChanged.

Thanks

2 Answers, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 07 Mar 2012, 04:22 PM
Hello,

We haven't encountered such problem so far, and I have no clear answer what might be causing this problematic behavior. Could you please try to elaborate a bit more on what exactly is the implementation that you are using? If you could open a support ticket and provide a sample page would be very helpful as well.

All the best,
Dimitar Terziev
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.
0
Alex
Top achievements
Rank 2
answered on 07 Mar 2012, 04:44 PM
Thanks for the reply, this is a really weird situation.

The combobox has a server side event associated with it, after multiple drags/drops in other grids this combobox seems to "loose" it's associated event.

WIth that said, I've worked out a workaround.

Thanks
Tags
ComboBox
Asked by
Alex
Top achievements
Rank 2
Answers by
Dimitar Terziev
Telerik team
Alex
Top achievements
Rank 2
Share this question
or