效果图:
代码
Ext.onReady(function(){
Ext.create("Ext.grid.property.Grid",{
title:"MyPropertyGrid",
width:400,
renderTo:Ext.getBody(),
source:{
"name":"Crossci",
"Created": Ext.Date.parse('2012-05-15', 'Y-m-d'),
"available":true,
"age":19,
"desc":"good stu"
}
});
});
禁止编辑的方法