Categories | Question details Back To List | ||
copy selected row to xl sir, is it possible to copy the selected row of dhtml grid to XL or from XL to grid.It is possible how can implement this.Please answer me. Thanks & Regards Santhosh R Answer posted by Support on Mar 25, 2008 02:50 There is no way to directly interact between excel and grid component ( at least there is no cross-browser way ) You can use copy/paste operation with clipboard to copy data from grid to excel and back http://dhtmlx.com/docs/products/dhtmlxGrid/samples/clipboard/grid_selection.html?un=1206439580000 http://dhtmlx.com/docs/products/dhtmlxGrid/samples/clipboard/pro_clipboard.html?un=1206439591000 |