Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jan 15, 2009 00:54
open dhtmlx forum
index of the grid's head

Click the head of grid,how to get the index of column?
Answer posted by Support on Jan 15, 2009 02:21
mygrid.attachEvent("onHeaderClick",function(index){ alert(index); })