Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] New topic in forum Nebula, called Copy feature inside Nebula Grid , by Harshini Garikiparthi

Title: Eclipse Community Forums
Subject: Copy feature inside Nebula Grid Author: Harshini Garikiparthi Date: Tue, 10 November 2015 07:58
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
[ Reply ][ Quote ][ View Topic/Message ][ Unsubscribe from this forum ]

Back to the top