Mark Deleted
The markDeleted Property
<silk:DataProvider id="dataDP" servicePath="" markDeleted="true" />dataDP.on("markDeleted",function(){
/*
* In this example the column 'archiveStatus' defines
* in the table the 'deleted' condition.
* The value 0 is not-deleted, and 1 is deleted.
*/
dataDP.setOperationItem("archiveStatus",1);
});ORM Triggers
Last updated

