自制GridView控件示例源码项目描述GenericGridView是GridView控件的引申。在内部GridView控件的ViewState被禁用,因为作者喜欢管理自己的GridView状态。如果你喜欢效率和自由,请不要使用ViewState。后面的代码几乎没有逻辑。所有的处理是在helper类。UnabletogetthedesiredbehaviourfromtheASP.NETbuilt-inGridViewcontrol,Idecidedtowriteagridcontrol(bywrappingupGridView)myselfforaclientofmine.ThegridcontrolIdeveloped(IcallitGenericGridView)overcomestheaforementionedproblemsofASP.NETbuilt-inGridViewcontrolandalsosatisfiesalltherequirementsofmyclient,butitmaynotmeetyourneeds.However,Ihopethatmycodew
采用Spring MVC的静态加载缓存功能,在首页将Javascript文件、CSS文件和图片等静态资源文件加载进来放进内存,极大提高ExtJS的加载速度。
