Grid

Hi,
how to get the header id for a given index

If you mean the columns ids, getColumnId can be used:

    var id = grid.getColumnId(index);