I have a RadGrid with GridDropDownColumn. Then I set the DataField attribute for the dropdownlist. When loading the GridView, the column display null. I don't know why it will be null.
<telerik:GridDropDownColumn DataField="PV_TYPE" ListTextField="PV_TYPE" UniqueName="PvType" HeaderText="PV Type">
</telerik:GridDropDownColumn>
<telerik:GridDropDownColumn DataField="PV_TYPE" ListTextField="PV_TYPE" UniqueName="PvType" HeaderText="PV Type">
</telerik:GridDropDownColumn>