MARKAND BHATT

MARKAND BHATT

  • NA
  • 3
  • 19.7k

Enable/Disable Cells of Datagridview On ComboboxColumn's selectedIndexChanged Event

Feb 7 2011 2:01 PM
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

Answers (2)