Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
XamComboEditor not working?
posted

<

 

 

 

ig:XamComboEditor IsEditable="True" HorizontalAlignment="Left" Margin="114,106,0,0" Name="xamComboEditor1" VerticalAlignment="Top" Width

="212" />

I have just downloaded platform installer and created new Silverlight4 app project added XamComboEditor, and it doesn't work, when I type text in it input Char blinks and then TextBox part of ComboBox is reseted to empty text.

This is the first time I try your controls, I have no idea how it supposed to work, but I guess XamComboEditor should dysplay the text I type with IsEditable enabled.

Version: 11.1.20111.1004

  • 8607
    Offline posted

    Hello bpipe,

    Here is some basic information about the XamComboEditor.

    About XamComboEditor

    Adding XamComboEditor To Your Page

    Note that the XamComboEditor must be bound to data.

    I made a sample and attached it.  I had to delete the bin, obj, and ClientBin folders (including the .xap file) so it could be attached.  It must be rebuilt in order to run or display at design time.  I bound the XamComboEditor to some sample data.  I also set the CustomValueEnteredAction to Add, which allows items not matching the data to be added to the drop down list.


    Elizabeth Albert
    Localization Engineer

    SilverlightApplication1.zip