Refresh only one cell in grid data

Hi,
I would like to update data in one row. So instead of entire Grid refresh, I need to refresh only the particular cell/row.

You can use grid.refresh(id);

http://docs.webix.com/api__link__ui.datatable_refresh.html

Thanks Maksim