I have a set of 7 radcombobox controls on a page. When any one of them has their selected index changed I want the value of that combobox to "fill" to the right via a javascript function.
The combobox definitions are:
And the Bridge_Fill function is defined as:
Cases 1, 2, 3, 4, and 5 are essentially the same as Case 0 with one less combobox. The code is a little sloppy but that's not the problem.
When I change the first combobox, everything works and the other 6 comboboxes change their value correctly. It also works the second time. On the third time though the OnClientSelectedIndexChanged event does not fire and I cannot determine why. Any ideas?
