I've got a radcombobox in a template column in a radgrid (created progrmatically on server side and put in a place holder). The whole thing is in a radajaxpanel - the combo boxes are disabled when they load... What do I need to do to enable them?
We are not sure what causes the problem. However I suggest you try the attached our latest internal build. If this does not help you, please open a ticket and send us a sample running project illustrating the issue to test it locally.
Ok, I figured out the problem was that the dropdown was appearing behind the grid (had a combobox at the bottom of the grid) and fixed it by setting the zindex to a high value. Didn't catch this at first...