DateGridView的一些技巧
摘要:如果要把某个List的内容直接绑定到DGV,需要像下面这样做,否则内容无法显示出来: struct ReportListStringItem { public string reportDate { get; set; } public string projectName { get; set; } public string taskName { get; set; } public string timeSpent { get; set; } public string activity { get; set; } } List<ReportListStringItem> r
阅读全文
posted @ 2011-10-08 16:24