Start Building Professional
Web Apps Today


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

Hi,
how to get the header id for a given index
Answer posted by Support on Oct 21, 2008 02:04
If you mean the columns ids, getColumnId can be used:

    var id = grid.getColumnId(index);