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 have been looking into your post and I have tested this behavior using WPF XamComboEditor and Shared XAML XamComboEditor and both of them have drop-down arrow when the application starts. I am sending you my sample application(XamComboEditorFirstLook.zip). Please modified it or give me some additional information, if I have misunderstood you in any way.
Looking forward to hearing from you.
thanks for your reply....
This does not work for me.
please refer to post http://blogs.infragistics.com/forums/p/68565/347297.aspx#347297
Where I have a combobox and i'm using a template item. In the attached dummygrid project from one of the last posts you will see what i'm talking about.
11.1.20111.2173
I have tested Stefan’s sample application(DummyGrid.zip) with the service release that you are using and everything goes right.
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?
Glad to hear, this worked for you. Please let us know if you need any further assistance on the matter.
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
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.