Inside nebula grid We would like to implement an Excel like feature which allows user to copy value from one cell to multiple cells. Just like MS Excel has it. On drag-and-drop cell value must be copied to other cells in the grid.
I did a gridTableviewer.getGrid().setCellSelectionEnabled(true);
for selecting particular cell, What listener i should add Inorder to select a cell and drag it vertically and horizontally so that the neighbouring cells also get the current cell value. Similar to the excel drag copy functionality. Thanks, Harshini To participate in the discussion, go here: https://www.eclipse.org/forums/index.php?t=rview&frm_id=64
_______________________________________________ nebula-dev mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/nebula-dev
