Is there a way of getting the cell object in the client-side using the cell ID rather than the cell index (Grid.Rows.getRow(1).getCell(0).....) ?
Thank you
You can also use row.getCellFromKey("key")
Cheers,
Alex