2011年10月8日

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 sPhinX 阅读(2119) 评论(0) 推荐(0) 编辑

导航