Categories | Question details Back To List | ||
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)); }) |