Categories | Question details Back To List | ||
Adding a button on each row of specified column Hello all, Iam making an application where i want a user to select from value list by clicking the button on each row of specified column.... I want to have this on "Add Row" & "Insert Row" Event... Reply Soon Answer posted by dhxSupport on May 28, 2009 01:26 You can check list of all availble events: http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/events.html#grid_api_ev Also you can implement custom eXcell type http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Custom_excell_creation.html#grid_cexc You can insert any html into your cell: <cell><![CDATA[<input type='button' value='any' /> ]]></cell> If you have troubles with implementing your ideas please contact sales@dhtmlx.com and request for component customization. |