Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Mat Murdock on Jul 14, 2008 20:05
open dhtmlx forum
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
Answer posted by Support on Jul 15, 2008 01:37
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.