How do i retrieve the text of a specific cell in a datagrid. in a flexgrid you do the following:
text =flxGrid.TextMatrix(1, 17)
but i cant figure how to do the same in a grid.