Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » Grid: Open event only on the first column
icon6.gif  Grid: Open event only on the first column [message #1421696] Thu, 11 September 2014 19:15 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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.
Previous Topic:bug dataprovider of xygraph
Next Topic:[XYVisualization] Color legend bar
Goto Forum:
  


Current Time: Fri Feb 07 20:46:56 GMT 2025

Powered by FUDForum. Page generated in 0.02455 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top