Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1095
Open multiple cells for editing at once
posted

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?

Parents
No Data
Reply
  • 33839
    Verified Answer
    posted

    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

Children
No Data