We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Autocomplete Binding Malfunctioning

Hi,
I have a simple form with an AutoComplete and a ComboBoxAdv.

They both have identical bindings, and an identical list of items, and yet they display different values!
For instance, in the attached project, both the AutoComplete and ComboBox should display 'Company2', but the AutoComplete instead displays 'Company12'.

If you run the attached project it should be immediately obvious what I'm talking about!

Many thanks,
James.

Attachment: SfAutoComplete_749606e5.rar

1 Reply

SM Sugapriya Mariappan Syncfusion Team January 12, 2016 11:45 AM UTC

Hi James,

Thank you for contacting Syncfusion Support

We have checked the sample which you have send in your last update. In that SelectedValue is updating wrongly due to the Business Object Collection gets sorted before adding to AutoComplete control. We have created a work around sample by disabling "EnableSorting" property in the sample level.

Kindly download the sample from the below link
Sample link:SfAutoComplete

Please let us know if you need any other assistance

Regards,
M.Sugapriya

Loader.
Up arrow icon