Example #1
0
        protected void LoadData()
        {
            //清除原来的数据
            currRows = QueryLevel.GetAll();
            currRows = currRows.OrderBy(a => a.录入时间).ToList();

            gridControl1.DataSource = currRows;
            gridControl1.RefreshDataSource();
        }