When I use the XamComboEditor and the page first loads the comboeditor looks like a text box and not a drop down. Is there a way of forcing the combo box to always render the drop down and not just when someone hits on it?
Hello,
I am just checking if my last reply was helpful for you.
If you require any further assistance please do not hesitate to ask.
I can suggest you use the 'AllowFiltering' property of the XamComboEditor :
http://help.infragistics.com/Help/NetAdvantage/Silverlight/2010.2/CLR4.0/html/InfragisticsSL4.Controls.Editors.XamComboEditor.v10.2~Infragistics.Controls.Editors.xamComboEditor~AllowFiltering.html
If you need any further assistance, feel free to ask.
Yes I need further assistance.
Is there a way to make that combobox filter the items on the list if the user types? Please see previous post
Glad to hear, this worked for you. Please let us know if you need any further assistance on the matter.
Thank you!!! this did the trick I saw that the code was different from the preview example where here the "itemtemplete" and the datatemplate of the comboBox was used as opposed to the controltemplate.
I did noticed that when i type on the combobox to select an item nothing happens, it does not take me to a value on the drop down with the given string. Is there a way to force this?