I have a DataGridView with two columns:
The first column's cells are of type DataGridViewCheckBoxCell
I'm already able to catch its validation and get its value, whether true or false.
Now I want to do something I don't know how (and if) is possible:
- If the value of the cell in first column is...
Hi,
I want to add a ComboBox at Cell Level in DataGrid. i. e. There is one Static ComboBox(Suppose A) in a Cell of DataGrid, upon Selecting a value of that Combo Box, there on Next cell a ComboBox(Suppose B) will generate dynamically. My Problem is that, on first Row of Grid B ComboBox Value...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.