extjs 2.0 教程非常好的教程 里面有讲1.0和2.0的,两个版本解释得都很详细 尤其对grid讲得很详细 希望对大家有帮助 var data = [ ['1','male','啊','descn1'], ['2','female','博','descn2'], ['3','male','次','descn3'], ['4','female','的','descn4'], ['5','male','个','descn5'] ]; function renderSex(v alue){ i
http://iunbug.appspot.com/ 深入EXTJS3必读!!! Part 1: Introduction to Ext JS 1 A framework apart 2 Back to the basics 3 Events, Components, and Containers Part 2: Ext components 4 Panels, TabPanels, and Windows 5. Organizing Components 6 Ext takes Form 7
1 A framework apart 2 Back to the basics 3 Events, Components, and Containers Part 2: Ext components 4 Panels, TabPanels, and Windows 5. Organizing Components 6 Ext takes Form 7 The venerable GridPanel 8 The EditorGridPanel 9 Taking root with Trees
为了解决这个问题需要在EditorGridPanel的ColumnModel中显示ComboBox的地方使用renderer属性,重新渲染,方法如下: 代码如下: //部门列表 var comboxDepartmentStore = new Ext.data.Store({ proxy: new Ext.data.HttpProxy({ url: “GetDepartmentJson.aspx”, method: ‘GET’ }), reader: new Ext.data.JsonReade