Categories | Question details Back To List | ||
transfer data between tabs using DHTMLXTabber hi, I have Tab A having a Grid control and Tab B also having another Grid Control, Upon selecting couple of rows from Tab B Grid and hit Transfer button, how to transfer that rows to Tab A grid. Is there any working Example. Answer posted by Alex (support) on Mar 20, 2009 02:38 Hello, If you don't us iframe-based mode, grids are elements of the same window. So, there is no difference between if grid in tabbar or not. You just need to call moveRow method. Please, see the sample: http://dhtmlx.com/docs/products/dhtmlxGrid/samples/rows_columns_manipulations/pro_move_row.html |