Hello. I have a small problem. I have a datagrid with 4 columns (description, date, id and a button for each row). Datagrid is not read_only, so I can modify description cell value.
This datagrid is populated from MS SQL database view. In that View I have also column last_update.
How can I, when I press that button for a row to update column last_update from my database coresponding to id column from datagrid?