button on a datagrid
Hi,
I have a button on each row in a datagrid. How can I do to know the value contents in the column of the row wich the user click.
I do this:
e.item.cells(2).text
but the result is always an empty text, Who know wich is the problem?
Thank you!
|