YO
Hi, I would like to get the row number that I have selected in a table control.
I want to do some action using the data in a selected row. Can anyone help me how to get it?
Thanks,
YO
Thanks to one of the article here, I found the solution.
In the “on row selected” event, I can use “row.data.FIELDNAME” to get the data.
Thanks all,