Is there alternative to IsEnable like IsReadOnly in WinForms controls?
Hello Javier,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Thank you for your post. I have been looking into it and I can say that you can suggest you set the IsReadOnly Property of the SpecializedTextBox that is inside the XamMultiColumnComboEditor. You can do it via Style, like this:
<Style xmlns:igPrim="http://schemas.infragistics.com/xaml/primitives" TargetType="{x:Type igPrim:SpecializedTextBox}"> <Setter Property="IsReadOnly" Value="True"/> </Style>
Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.