Hello,
I'm finishing up on a XamMultiColumComboEditor but would like it to act more like a regular drop down without the typing/filtering functionality. Is there anyway that I can disable this?
For context and extra information this is my XamMultiColumnComboEditor:
MinDropDownHeight="100" MinDropDownWidth="245" ItemsSource="{Binding Path=BankAccounts}" AutoGenerateColumns="False" DisplayMemberPath="AccountNumber" SelectedItem="{Binding CurrentPayment.BankAccount,Mode=TwoWay}">
I also have this Text block to place hold when the MultiColumnComboEditor is null:
Any assistance on this would be awesome! looking forward on polishing this up.
Thanks,
Alex
Hello Alex,
In order to disable the typing and filtering functionality you need to re-template the default style of XamMultiColumComboEditor . I suggest to take a look at the following forum thread, where Krasimir answered on similar question:
https://es.infragistics.com/community/forums/p/89010/441304.aspx#441304
I have updated the assemblies version of the sample that he has provided on the thread and re-attached it here.
Let me know if you have any questions.
Sincerely,ZhivkoAssociate Software Developer