Hi,
Thanks in Advance,
Silly question, but if you are using a barcode scanner that does not need the same user-intervention that a normal type-ahead does. Why go to the trouble and overhead of using the combo box.
The user should have the provision to scan the barcode label and if the barcode label is not available or damagaed the user should be able to type-in the code and at the same time see the available codes for ease of selection. That is the reason why we need to use a type-ahead combo, but still it should be able to take a scanner input also. When we develop a good software, we need to take care of all situations and that is the intent behind this question. As far as I see it, it is a simple aspect that infragistics can solve it in the next version at least provided it is understood.
Try - copy/paste from clipboard into a typeahead field and you will find that it doest work.
There may be two issues here.
I have no problem getting this to work cutting and pasting as you suggest BUT only when the list is populated.
That said; I have a DDL with WebCombo.EnableXmlHTTP enabled and RowRange set to 20 that works beautifully when you scroll the list; however it does not work properly when setting the typeahead type to suggest and entering a value that is not already in the list.