We populated radComboBox in page_load method once it not from post back. When the user click a button and we will read selected item using following code
cmbCustAcctNo.SelectedItem.Text
However, we got object null reference because SelectedItem is null. We have verified EnableLoadOnDemand = false and AllowCustomText = false. Do we miss anything?
version: 2008.2.826.35