Esempio n. 1
0
        void grdCallIns_NeedDataSource(object source, Telerik.Web.UI.GridNeedDataSourceEventArgs e)
        {
            Facade.IJob facJob      = new Facade.Job();
            DataSet     dsCallInLog = facJob.GetQuickCallInLog(1, 0, DateTime.Today.AddMonths(-1), DateTime.Today.AddMonths(1));

            this.grdCallIns.DataSource = dsCallInLog;
        }