Categories | Question details Back To List | ||
Attach event On Click Cell Hi! I wanna know if its possible attach a event on click cell. But, different events in same row. Example: at first cell attach event calling a pop-up, and other cell in same row, redirect to other page on click it! Its possibel ? Thanxs! Answer posted by dhxSupport on Sep 07, 2009 01:43 You can use "onRowSelect" event. Please find more information here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:attaching_custom_code_to_events&s[]=onrowselect http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:how_to_add_event_handlers_to_the_grid_and_react_on_user_actions&s[]=onrowselect http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:event_onrowselect |