当前位置: 代码迷 >> Web前端 >> PropertyGrid 除开列排序
  详细解决方案

PropertyGrid 除开列排序

热度:614   发布时间:2012-08-27 21:21:57.0
PropertyGrid 去除列排序

只为自用方便!

?

?

Ext.grid.PropertyGrid.prototype.setSource = function(source) {
??delete this.propStore.store.sortInfo;
??this.propStore.setSource(source);
};

?

?

?