dxgviwShopInfo.DataSource = Business.BaseInfo.Shop.ShopInfoExecuteDataSet();
            dxgviwShopInfo.DataBind();
            dxgviwShopInfo.KeyFieldName = "店铺编号";
            dxgviwShopInfo.SettingsBehavior.AllowFocusedRow = true;
            dxgviwShopInfo.Settings.ShowFilterRow = true;
            dxgviwShopInfo.Settings.ShowFilterRowMenu = true;
            dxgviwShopInfo.Settings.ShowHeaderFilterButton = true;

本文转载:CSDN博客