Categories | Question details Back To List | ||
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! Answer posted by dhtmlx support on Sep 26, 2008 08:25 There is no API to set header's id. The tr object of the header is: grid.hdr.rows[0]; |