Hi,
i'm binding my radgrid1 to an onneeddatasource. All of the columns work fine except for the GridDropDownColumn. This column fail to populate with data in regular mode.
i'm binding my radgrid1 to an onneeddatasource. All of the columns work fine except for the GridDropDownColumn. This column fail to populate with data in regular mode.
<telerik:GridDropDownColumn DataField="_UnloadTypeName"
DataSourceID="RadGrid1_NeedDataSource"
FilterControlAltText="Filter UnloadTypeColumn column"
HeaderText="Unloading Type" ListTextField="_UnloadTypeName"
ListValueField="_UnloadTypeName" UniqueName="UnloadTypeColumn">
<HeaderStyle Width="100px" />
<ItemStyle Width="100px" />
</telerik:GridDropDownColumn>
please help.
thanks,
Minh Bui