or
| <telerik:GridBoundColumn DataField="Description" HeaderText="Delivery Method" SortExpression="Description" ReadOnly="true" /> |
| <telerik:GridDropDownColumn DataField="DeliveryCategory" HeaderText="Delivery Type" UniqueName="DeliveryCategory" |
| DataSourceID="sdsDeliveryCategories" ListTextField="Name" ListValueField="Value" |
| FilterListOptions="AllowAllFilters" DropDownControlType="DropDownList" |
| EnableEmptyListItem="false" ReadOnly="true" |
| /> |