jQuery MiniUI

标题: 关于property的问题 [打印本页]

作者: liuyijie    时间: 2013-8-5 15:11:56     标题: 关于property的问题

  <div type="comboboxcolumn" autoShowPopup="true" name="statusId" width="100" allowSort="true"  align="center" headerAlign="center" field="statusId" width="100" allowSort="true">通讯录类型     
           <input property="editor" class="mini-combobox" style="width:100%;" data="Genders" disabled="disabled"/>  
              </div>   
对于datagrid中的元素除了property="editor"还有其他的属性吗?如果没有的话对于这样的combobox怎么实现readonly

作者: felt    时间: 2013-8-5 17:18:41

grid.on("cellbeginedit",function(e){
      var field=e.field;
      if(field=="xxxxx"){
        e.cancel=true
     }
})




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2