I'm working on a WindowsForm project and in my form I have a DataGridView
with a DataGridViewImageColumn
which must show the status of the row (enabled/disabled) using an image.
I have a DataTable
that I bind to my datagrid. In this table there is a column that is the status of each row and is a text field.
How can I bind this column to the DataGridViewImageColumn
showing the right image?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…