Categories | Question details Back To List | ||
Get Value Please i need to get value of a cell of the row selected and by specifying the column name. get value of a row & column defined. thanks, Answer posted by Support on Jul 10, 2008 08:53 If you know row ID and column index you can get value as var value = grid.cells(rowId,columnIndex).getValue(); |