Hi,
I have a scenario where on Mouse double click event a single cell on the Grid must be selected and on normal click the whole row needs to be selected Please refer the code below grid.addMouseListener(new MouseListener() {

public void mouseDoubleClick(MouseEvent e) {
    grid.setCellSelectionEnabled(true);

}
}
and later grid.setCellSelectionEnabled(false);

so that on normal click the row gets selected. But the behaviour defers , the 
Row does not get selected. Please suggest what can be done.

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

Reply via email to