The issue I have was not present in 2010 Telerik versions but we are just upgrading to 2012-Q3, and this is true for 2012-Q2.
I have two Comboboxes e.g. Country, State. When a Country is selected the States get loaded dynamically using javascript methods. As soon as states are loaded (OnClientItemRequested) we try to showDropDown. But the values dont get displayed in the dropdown. We have to click somewhere else on the page and then once we reclick on the combobox then only values get displayed. Its bit weird problem.
Any clues? I tried .repaint() for the combobox from OnClientItemRequested but that does not help.
I have two Comboboxes e.g. Country, State. When a Country is selected the States get loaded dynamically using javascript methods. As soon as states are loaded (OnClientItemRequested) we try to showDropDown. But the values dont get displayed in the dropdown. We have to click somewhere else on the page and then once we reclick on the combobox then only values get displayed. Its bit weird problem.
Any clues? I tried .repaint() for the combobox from OnClientItemRequested but that does not help.