S
Sam
Hi,
I'm trying to get the value of an item in my datagrid. When I click on
a button I call the following code :
Dim selectedRow As Integer = dgEquivalents.CurrentRowIndex()
Dim test As Integer = dgEquivalents.Item(selectedRow, 0)
It works, the only issue is that dgEquivalents.CurrentRowIndex() always
return 0
Why ???
Thx
I'm trying to get the value of an item in my datagrid. When I click on
a button I call the following code :
Dim selectedRow As Integer = dgEquivalents.CurrentRowIndex()
Dim test As Integer = dgEquivalents.Item(selectedRow, 0)
It works, the only issue is that dgEquivalents.CurrentRowIndex() always
return 0

Why ???
Thx
