Send hidden column data with Update and ADD row Request

Send hidden column data with Update and ADD row Request

StringerStringer Posts: 1Questions: 1Answers: 0

Hi,
I have a column in data table which is made hidden by using "sClass" and is available in dom. But when I Update the data through inline editor or through Button, the hidden column data is not posting to server.
Is it possible to send hidden column data on POST?

Answers

  • allanallan Posts: 61,744Questions: 1Answers: 10,111 Site admin

    Editor's inline editing, by default, will only send the changed values (typically only the value being edited). The form-options's submit option can be used to change this.

    Allan

This discussion has been closed.