Grid: Open event only on the first column [message #1421696] |
Thu, 11 September 2014 19:15  |
Eclipse User |
|
|
|
I'm trying to open some object only when someone performs the open action (click or double click as configured) over the first column.
I tried so many things I can't tell. Any hint or solution is appreciated.
|
|
|
Re: Grid: Open event only on the first column [message #1421734 is a reply to message #1421696] |
Thu, 11 September 2014 20:40  |
Eclipse User |
|
|
|
I think I found a solution my self
Set
grid.setSelectionEnabled(false);
grid.setCellSelectionEnabled(false);
On first column
column.setCellSelectionEnabled(true);
false for the other columns.
Now it still selects that cell in the first column, and I have to find how to suppress that.
|
|
|
Powered by
FUDForum. Page generated in 0.02455 seconds