Hi,

I am trying to set the DropdownField Value Null.
<ext:DropDownField
ID="Field1"
runat="server"
UnderlyingValue=""
Text="[]"
Editable="false"
Width="300"
TriggerIcon="SimpleArrowDown"
Mode="ValueText">

My above code does not work?
How do I set the DropdownField Value null?

Thanks
mady