Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Justin Shanks on Nov 28, 2007 09:19
open dhtmlx forum
deleteRow

Is it possible to delete a row while dataProcessor is enabled on cell edit, but not send the delete request and instead, just instantly remove the row?

Hope that makes sense, Thanks.
Answer posted by Stanislav on Nov 28, 2007 10:31
While it not possible by using legal ways, next will work exact as necessary in your situation

    grid.setUserData(id,"!nativeeditor_status","true_deleted")
    grid.deleteRow(id)