DataGrid - Multiple Selections

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a data grid in VB. I am trying to loop through all of the records and stop on the ones that are selected. What is the the syntax for this? Basically.

IF is selected the
Process recor
Els
Skip recor
End i

Any help would be appreciated. Thanks

Kirk M. Dowd
 
Hi Kirk,

Are you sure there is a multiselect on the datagrid?

Or are you talking about the listview or the listbox?

Cor
 
Back
Top