I am using an Infragistics.Win.UltraWinGrid.UltraGrid
To select the rows I am simply clicking on a row and then using the shift key and the direction arrows to highlight the rows below that row,
I am looking at the correct grid and using the following code
Dim row As Infragistics.Win.UltraWinGrid.UltraGridRow
For Each row In grdSage.Selected.Rows
sSQL =
"Delete from OverallSageLink where Bankref = '" & grdSage.ActiveRow.Cells(1).Value…………….
The statement grdSage.Selected.Rows is at zero no matter what I select