Welcome to the ASP.NET MVC feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET MVC, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When trying to influence the ComboBox from JS, nothing works as intended.
- Trying to set the value using jQuery, the text is updated but the selection in the popup is not. I.e. when you select something, close the popup, change the value using js directly and open the popup again, the previous value is still the one selected when opening. This results in a bug, because when I select that specific value (which is already selected but shouldn't), the change-event is not fired, so I can't detect a selection that is the same as the previous value that was selected.
- When trying to force a selection using the es_instances object, there are some more bugs, as this object is not synced/linked with the combobox at all. Refresh does nothing, index, text and value are always null and setting them does absolutely nothing to the combobox nor do they update on changes.