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
175
Combo Editor Not Readonly
posted

Hi,

I'm creating a XamComboEditor that is bound to an ItemsSource. I set the combo editor to IsReadOnly=true and IsEditable=False, but the value can still be changed by using the drop down arrow. I'm using infragistics 9.1. Here is my code:

<infraEditors:XamComboEditor ItemsSource={..binding..} IsEditable="False" IsReadOnly="True"/>

Is this a bug?

 

Mike

Parents
  • 54937
    Offline posted

    No, this is consistent with the same properties on the WPF ComboBox. Essentially ReadOnly controls the ReadOnly state of the contained textbox which gives you a dropdown list style functionality which allows copy/paste of the text within the edit area.

Reply Children