2
Answers

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

Photo of MARKAND BHATT

MARKAND BHATT

14y
13.6k
1
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)