dhtmlxGrid : set a header ID?

I am trying to find a way to set a header ID in the table when using the following function:

mygrid2.setHeader(“Available Statistics”);



In the source, I see that it is within a class called hdr or something, but how can I set the ID of it?



Thanks!



There is no API to set header’s id.

The tr object of the header is:

grid.hdr.rows[0];