request.getParameter("ids") returns null for tree columnType

hi,

i’m trying to get the values for children of a Tree column type:

grid.setColTypes(“tree”);

request.getParameter(“ids”) is always null upon grid.sendData();

is it “ids” for the children or subrows or a tree type?

Thanks

Got it.
i was turning update off.

//dataProcessor.setUpdateMode(“off”);

need to be on or row.

thanks

By default id of updated row is stored in “gr_id” variable. You can attach dhtmlxdataprocessor_debug.js file to your page and debug values and variables wich send to the server side