11-04-2015, 03:16 AM
You have to set the Data table row by using "SetCurrentRow" method so that the Row will change from previous to next row then you should be good.
Alternatively you can use
After clicking so that the row selection will change to next row.
Code:
'i - is the row which you want to set
DataTable.SetCurrentRow(i)
Alternatively you can use
Code:
DataTable.SetNextRow
Thanks,
SUpputuri
SUpputuri