Hello Telerik Team,
I had this problem when i assign text in MultiColumnComboBox the first few letters are hidden or not showing.
I had this problem when i assign text in MultiColumnComboBox the first few letters are hidden or not showing.
comboSubStructure.SelectedValue = comboSubStructure.EditorControl.Rows[i].Cells[1].Value.ToString();
comboSubStructure.Text = comboSubStructure.EditorControl.Rows[i].Cells[3].Value.ToString();