Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Oct 20, 2008 05:17
open dhtmlx forum
Grid column id

Hi,
how to set the header id for all the header labels
Answer posted by Support on Oct 20, 2008 08:10
Header labels are available by getColumnLabel(column_index,header_index) method.

More over you can place any html inside  the  header cell:

grid.setHeader("<span id='col1'>column 1</span>,<span id='col2'>column 2</span>");