Hi,
How to get the values for a particular column if we know the id of the column
you can convert id to index as
grid.getColIndexById(id);
and use it later in grid.cells command
var val = grid.cells(rowId,grid.getColIndexById(columnId));