这是我只能编辑的代码:
ICCModelController ctrl = ControllerGettersFactory.ModelControllerGetters().CCModelController;
IList list = ctrl.SearchCareersWithCategories(null, 0, DateTime.Today);
CareerGrid.DataSource = list;
CareerGrid.DataBind();
当前的“CareerGrid”网格视图导致“日期”列的升序。我希望它按降序排列。