Hi,
I placed ComboBoxExt (1) with GridList as drop down control.GridList is bound to datatable.
In addition there is simple ComboBox (2) bound to the same datatable. When I change selection in (2) selection is also changed in (1). When I open drop/down in (1) (display GridList) correct line is selected. After I change selected line, selection is changed in (1) only, and after that moment changes done in (2) aren''t reflected in (1).
Basically I need functionality of regular combo box, but to display several columns when combo is dropped down.
Sample is attached.
AutoCompletion_8806.zip