Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jan 23, 2008 07:28
open dhtmlx forum
!nativeeditor_status

I have set the data processor enabledegug to true inorder to check the values which are being sent to the server. I see that whenever an update operation is being performed the !nativeeditor_status is empty. How can i set the !nativeeditor_status to updated when an update operation occurs?
Answer posted by Support on Jan 23, 2008 09:20
!nativeeditor_status can have next values
inserted - for new rows
deleted - for deleted rows
update or empty - for updated rows

You can set any custom value by setting userdata for related row
    grid.setUserData(rowId,"!nativeeditor_status","custom_status");