When app runs combo takes as initial value 1st item on list (Im binding datatatble)
Is there any option to leave it blank - so user need to select ?
(still I do need Limit to list functionality)
The UltraCombo does not automatically select a value, so something in your code must be setting a value initially.
My guess is that you are doing this without realizing it. Perhaps you are binding the Value or Text property, in addition to binding the list.
Im not binding this control
Only thing Im doing is setting: dataSource = dTable DisplayMember and ValueMember
Can this be because of *Member assignements ?