G
Guest
VB.NET (winforms) application
I have a datagrid to show a group of related rows. The first column is a boolean (checkbox) field. I want to add validation logic so that when the user checks one row, reset/uncheck all other rows(first column). in other words only zero or one row can have this column checked
Also how do i go through the rows collection of the grid
I have a datagrid to show a group of related rows. The first column is a boolean (checkbox) field. I want to add validation logic so that when the user checks one row, reset/uncheck all other rows(first column). in other words only zero or one row can have this column checked
Also how do i go through the rows collection of the grid