Grid

Hi,
i am getting undefined when i am trying to use this method
grid.getColumnId(index);

Column id can be gotten only if it is set by setColumnIds(list_of_ids) or setColumnId(ind, id) method.

For example:

    grid.setColumnIds(“c1,c2,c3,…”);

If problem persists, please, provide the script where issue can be recreated.