I use a Select query to fill a DataTable from an SQL table and then use that DataTable as a DataSource for my DataGridView.
In my SQL table I have a column named 'status' that contains values between 1-3. When I display my dgv on my form I want every cell on column 'status' with value of 1 to change to "open".
How can I do that?