I have a Datagridview in C# windows Application
In it i have one ComboBoxColumn out of 12 datagridview columns
Now I want to disable/enable cells of particular row on ComboBoxColumns selected index chaged event according to Condition.
Not Gridview's whole column should enable/disable, I want Cells of particular selected Row of ComboxBox
How can i do this in C# windows application
Loading

Sam HobbsPosted Feb 7, 2011, 11:23 PM
Naeem KhanPosted Feb 7, 2011, 2:29 PM
for (int i; i < dataGridView1.rowscount; i++)
{