If i have a large grid, e.g. 1000*1000 than it takes some time before i can edit the cell. So my question is this the best way to find and edit a cell in the grid component.
I addition the full selection (of all cells) also works very slow.
Maybee my Nebula grid version is to old (Nov. 2009)?
Well 1000 columns is a whole lot you can certainly turn of full
selection putting Grid into a cell selection mode.
I guess there nothing else beside reducing the amount of columns who are
the performance killer because 1000 rows is no problem at all.
Tom
Am 08.11.11 14:49, schrieb Marcel:
> Hello Tom,
>
> sorry, but i sent the wrong link. At the moment i use a varied method
> based on this snippet (not the afore mentioned!):
> http://www.java2s.com/Code/Java/SWT-JFace-Eclipse/editacellinaSWTtableinplacefancy.htm
>
>
> If i have a large grid, e.g. 1000*1000 than it takes some time before i
> can edit the cell. So my question is this the best way to find and edit
> a cell in the grid component.
>
> I addition the full selection (of all cells) also works very slow.
>
> Maybee my Nebula grid version is to old (Nov. 2009)?