Categories | Question details Back To List | ||
Add Delete Rows Hi I want to add/delete rows on the click of a button which is outside the grid. How can i achieve this. regards, Sam Answer posted by Support on Nov 10, 2008 09:31 Just use JS API of grid grid.addRow grid.deleteRow http://dhtmlx.com/docs/products/dhtmlxGrid/samples/rows_columns_manipulations/addrows_grid.html?un=1226339676000 |