I have 2 autocompelte SfTextBoxExt controls on a user control. I want to have the dropdownbutton visible on both but it appears that it only works on one control at a time. In the Visual Studio designer it shows correctly:
When I run the application the dropdown button is only displayed on one control. I have tried duplicating the controls and just changing the "Name" property but still the issue persists.
What I have realised is that if I change the order of the source code of where the controls appear in the XAML file it will only show the dropdownbutton on the first control. E.g. if I move the code for the "Contact" control shown above to be above the code for the "Company" control then the dropdownbutton is displayed on the Contact control and missing from the Company control.
Running the laters v18 build.