Categories | Question details Back To List | ||
any event/call back for grid column selection ? is there any event/call back for dhtmlXGridObject column selection ? Answer posted by dhxSuuport on Jul 16, 2009 09:11 You can use "onRowSelect" event: mygrid.attachEvent("onRowSelect",function(rowId,cellIndex){}); You can find list of all available event here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/events.html#grid_api_ev Answer posted on Jul 16, 2009 09:41 my question was different. I was asking for event on column selection. do we have something for it. ? Answer posted by dhxSupport on Jul 17, 2009 07:46 There is no possibility to select whole column in grid. |