Is it possible to have my edit button which currently opens one cell for editing.
grid.get_behaviors().get_editingCore().get_behaviors().get_cellEditing().enterEditMode(activeRow.get_cell(2));
Is it possible to open up each cell in the row for editing?
Hi OmegaPrime,
Using cell editing, only one cell can be in edit mode at a time. Thus, CELL editing. If you want to edit multiple cells at once, you should use row Edit template. Or submit a feature request for row editing.
regards,
David Young