摘要: 如题,在treegrid里,按照api里getEditor方法的说明,getEditoroptionsGet the specified editor, the options contains two properties:index: the row index.field: the field name. var nameEditor=$('#menuTable').treegrid('getEditor', {id:editingId,field:"name"});这样应该可以取到editor对象,但是测试发现只能获取到nameEdi 阅读全文
posted @ 2013-07-26 21:52 youryida 阅读(8895) 评论(10) 推荐(1)