var editor = grid.datagrid('getEditor', { index: index, field: fieldName }); if (editor != null) { this.setValueToEditor(editor, value); }
確定! 回上一頁