Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
The following code throw an exception
private ComboBoxAdv usersComboBox;
usersComboBox.DataSource = UserDB.Instance.UserTable;
usersComboBox.DisplayMember = "Name2";
usersComboBox.ValueMember = "Login";
usersComboBox.SelectedIndex = -1;