^1640742944441
@
sname
GridPanelNotes
slabel
GridPanelNotes
sdescriptors
xworker.lang.MetaDescriptor3
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
sth_createIndex
false
sth_mark
false
  @/@someRowNotEditable
  sname
  someRowNotEditable
  slabel
  某些单元格不能被修改
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  smany
  true
  seditCols
  2
  sinitialization
  false
  sgroup
  gridpanel
  smodifier
  public
  sinheritDescription
  false
  Sdescription
#$@text#$@
<p><strong>某些单元格不能被修改的方法</strong></p>

<ul>
	<li>添加listener</li>
	<li>在listener下添加beforeedit方法，不可编辑的条件下返回fase。</li>
</ul>

<p><strong>示例</strong></p>

<pre class="brush:jscript;">
beforeedit: function(e){
&nbsp;&nbsp;&nbsp; if(e.record.get(&#39;status&#39;) != 0){
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return false;
&nbsp;&nbsp;&nbsp; }
}</pre>
#$@text#$@
  snotXmlAttribute
  false
  sth_createIndex
  true
  sth_registThing
  notes|xworker.extjs.Ext.grid.GridPanel
  sth_mark
  false
  sid
  someRowNotEditable
