由于客户最近要扩充公司的业务,之前基于Winform+web开发混合式的系统已经不能满足他们的需求,需要从新对系统进行分区处理. 考虑到系统模块里面用到的GridView视图比较多,我就结合了DevExpress第三方GridControl简单的写了个Demo,对数据进行分组 排序. 主程序源码: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; usin
http://blog.csdn.net/keyrainie/article/details/8513802 http://www.cnblogs.com/qq4004229/archive/2012/05/28/2521611.html http://www.cnblogs.com/zeroone/p/4176887.html using System; using System.Collections.Generic; using System.ComponentModel; using S