PropertyGrid 去除列排序
只为自用方便!
?
Ext.grid.PropertyGrid.prototype.setSource = function(source) {??delete this.propStore.store.sortInfo;??this.propStore.setSource(source);};