WHat is the best solution to define a combo box value as optional when bounded to database view result set?
Right now ComboBox is attached to view result set and by default on page launch, first item in combo is selected. User is unable to pass null/empty value for this field.
Thanks,
Ali.
1 Answer, 1 is accepted
0
Genady Sergeev
Telerik team
answered on 28 Dec 2009, 09:59 AM
Hi mohammed,
You can use the Text or EmptyMessage property of the RadComboBox combined with AllowCustomText='true'. Example: