hi im'working with a datagrid fill by httpService. my datagrid can contain so much row >100. i would like to know if is possible to refresh a single record. I try to explain better. In this datagrid i selecto a row and i can modify some value with a form. when i submit i would like to see my new data but without use the httpServise.send() because of the number of row to retieve. Is possible to update a single row?
Thank's