Retrieve data from table on editor onInitEdit

Retrieve data from table on editor onInitEdit

dts1dts1 Posts: 22Questions: 0Answers: 0
edited April 2013 in Editor
Hi,
is it possible to retrieve the value of the second selected cell when I use editor.on ('onInitEdit') ?
Ex :
I have a datatable with 2 columns and x lines. When i select the second line (1st column : TOTO, 2nd column = GO), I click on Edit and I want to alert ID and VALUE of the second line (alert will show ID : 7, VALUE : GO) .
Thanks.

Replies

  • allanallan Posts: 61,723Questions: 1Answers: 10,108 Site admin
    Currently no - Editor only has the ability to edit a single row at a time. Only the first row selected is edited if configured in such a way that the edit button is still active when more than one row is selected.

    Allan
This discussion has been closed.