Accessing Data in Datagrid
I have a datagrid and would like to be able to get at the data in a row that currently has focus and I would like to be able to get the data in any particular row of my choice as well. For example
StrData = datagrid.row(1).column(4)
Thanks
Louisa
|