Dataprocessor Cell ID

Is it possible for the data processor to return the cell id of a cell in the data grid? I could set the cell id in my XML file.



Thanks,



Mat

The dataprocessor sends
 - id of row
 - values of cells in row
 - userdata assigned to row

There is no way to send info about some specific cell only.

If you need to achieve such usecase, the more simple solution will be to use custom code attached to onEditCell handler instead of dataporcessor usage.