w2grid.remove

Removes records from the grid.
remove(recid1, recid2, ...)
recid string, id of the record
Returns integer.

Description

Removes a record or records from the .records array and refreshes the grid. The record is identified by the .recid property, which is a required property for each record object. The method returns the number of records it removes.
If you have grid defined in the following way: You can get remove records:

User Comments

comments powered by Disqus