To prove that this is not the problem set the IgnoreUIReadonlyState on teh combos to True and see if it works.
Yep. This enables editing of the text in the combo.
I have a MaintenanceToolstrip and my BO on the form. I have four procedures in the entire form:
Form load - loads a treeview and fills the BO (BO set to manual filling)
BO AfterSave - reloads the tree, requeries two combos (the ones in question)
Treeview AfterSelect - navigates the BO and show appropriate panel (in a PanelManager)
button Click - closes the form
The tree view has items from the BO in a hierarchy. If a node representing a BO record is clicked, an editor panel is shown and the BO navigates to that panel.
The MaintenanceToolstrip is not showing navigation buttons.
Where do I start looking?