How to get cell tex

Hi,

how to get back the text in a specfic cell.

alert(myBox.cells(myBox.getSelectedRowId(), 5).getText()) told me that getText() is not a function.

Please, try to use the getValue() method:
val=mygrid.cells(rId,c_ind).getValue()