Categories | Question details Back To List | ||
send a hidden row Hi, I have a hidden row but I see that dataprocessor doesnt send the info when I update the info in this row. Thx Answer posted by Support on Aug 07, 2009 01:41 DataProcessor sends data only if data in row was changed by user actions. It will not react if data was changed by api call. You can use dp.setUpated(row_id,true); dp.sendData(); to mark row as updated and send it to server side |