This is a migrated thread and some comments may be shown as answers.

Possible breaking change in RadComboBox (Q2 2011) - EmptyMessage shows regardless of the values of the AllowCustomText and EnableLoadOnDemand properties

0 Answers 70 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Telerik Admin
Top achievements
Rank 1
Iron
Telerik Admin asked on 28 Jul 2011, 03:55 PM
  • With Q2 2011 RadComboBox's empty message shows whenever there is no selected item even if the control is read-only (AllowCustomText=False, EnableLoadOnDemand=False). This has been a highly requested fix for the last couple of Qs in all of our support channels, so we finally implemented it although it may be a breaking change in some of your implementations.

In case it is a breaking change please consider retaining the previous functionality by using one of the two approaches:
  • for a data bound RadComboBox handle the OnDataBound event and select the first item (if it exists).
  • otherwise select the first item after you add items to the control.
Tags
ComboBox
Asked by
Telerik Admin
Top achievements
Rank 1
Iron
Share this question
or