I have a fairly simple application I'm currently roughing out.
I have a screen with a RadGrid. This is bound by a query to a Linq data source. (Not the control, a direct call to the context using a Linq query.) I've defined a FormTemplate popup with a bound RadComboBox on it. The RadComboBox is bound in the ItemCreatedEvent.
Basically everything is working perfectly except that the combo box will not drop down when I click on it. If it has the focus I can change the setting by using the arrow keys and when I save, the changes are properly saved. It just won't drop down.
(Actually this is only true in IE and FireFox. When it comes up in Chrome, it displays the correct value but then if I click on it and try to use the arrows, it goes blank.)
I probably should mention that when I replace the RadComboBoxes with ordinary Asp.Net dropdown lists, everything works fine.
I have a screen with a RadGrid. This is bound by a query to a Linq data source. (Not the control, a direct call to the context using a Linq query.) I've defined a FormTemplate popup with a bound RadComboBox on it. The RadComboBox is bound in the ItemCreatedEvent.
Basically everything is working perfectly except that the combo box will not drop down when I click on it. If it has the focus I can change the setting by using the arrow keys and when I save, the changes are properly saved. It just won't drop down.
(Actually this is only true in IE and FireFox. When it comes up in Chrome, it displays the correct value but then if I click on it and try to use the arrows, it goes blank.)
I probably should mention that when I replace the RadComboBoxes with ordinary Asp.Net dropdown lists, everything works fine.