Datagrid events

  • Thread starter Thread starter Guest
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top