Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Raghu on Nov 08, 2008 01:41
open dhtmlx forum
Grid Header

Hi,
on right clicking the header how to get the id of the column
Answer posted by Support on Nov 10, 2008 01:54
mygrid.attachEvent("onHeaderClick",function(ind){
     alert(mygrid.getColumnId(ind));
})