w2grid.refreshRow

Refreshes one row on the screen.
refreshRow(recid)
recid string, recid of the record
Returns undefined.

Description

This method refreshes one given row on the screen. It is here to allow a quick way to refresh data really fast if only one row is changed. It will be much faster then calling .refresh, though will not refresh all changed rows, but only specified one.
If you have grid defined in the following way: You can do:

User Comments

comments powered by Disqus