setupGrid: function () {this.cols = [{
поле: 'OneToOne', метка: 'OneToOne', сортируемый: false, unhidable: true, renderCell: lang.hitch (this, function (item){var parent = domConstruct.create ('div'); var checkBox; if (item.type == 'form') {checkBox = new CheckBox ({name: "checkBox", checked: false,}})
domConstruct.place(text, parent );
}
return parent ;
})
},
]
}