w2grid.refreshCell

Refreshes one cell on the screen.
refreshCell(recid, field)
recid string, recid of the record
field string, field name
Returns undefined.

Description

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

User Comments

comments powered by Disqus