I have a DataGridView. I set its .DataSource prop to be an BindingList of my own objects: a BindingList
BindingList
I then created some columns fo
You may populate data in your DataGridView using any loop or datasource. Then for each DataGridViewRow in DataGridView1.Rows----
Chk the ref value ypu want to chk and then set DataGridviewCell[index].style.backColor property.