I am using a datagridview for which i am not using any datasource. I want to dynamically allocate values to it. Create my own selected number of columns and rows and name them. Plus i want to add images to cells instead of data .
as for changing columns text we can use
grid.Columns[0].HeaderText = "Frist Column";
how to change use it for labeling rows