Relative Content

Tag Archive for c#datagridview

Can a row be hidden?

I have an application using a DataGridView, is it possible to hide and show rows conditionally?

c# DataGridView how to add image row with default value

I have a DataGridView, the content is populated from a database query. I want to add a column which I’ve done, the column contains images that are populate when the application is running, the images reflect the state of the record, however, the problem I have is that initially when the rows are populated the initial image is an X indicating no image supplied.