I am using the Autocomplete control inside of a DataGrid. Seems to work ok in general.
The problem I am having is that the text input on the control gets cleared every time the user clicks in the field - even if there is data already in the field. The way this shows up in regular usage would be if the user selects something, goes on to another field and then wants to go back and change what they entered originally. If they do this - the data they entered originally is deleted. This behavior does not happen if the Autocomplete control is just put into (for example) a panel - like in some of the examples. When the Autocomplete is not inside a datagrid - you can just go back and click in a field that already has data - and the data that was in the field when you clicked is still there (so you can see what you had selected previously). My suspicion is that it has something to do with using the Autocomplete for the ItemEditor/ItemRenderer. I have a simple example that shows the problem - if anyone is interested. Thanks for any suggestions --Dan Galewsky Symbiont Healthcare Systems

