[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.nebula] Re: Row-wise table editing

Hi,

Yes this is supported using JFace 3.3 API named EditingSupport where you
are asked every time for an editor before displaying it.

You can simply use the code from
http://wiki.eclipse.org/JFaceSnippets#Snippet034CellEditorPerRowNewAPI
This is a general rule everything available from JFace upstream is
available in the Nebula-Grid-Viewer (with small exception when it comes
to Grid-TreeViewer) else it is a bug and needs fixing.

Tom

Mustufa Kasidwala schrieb:
> Hi,
> 
> Is there a support to have different editors on different rows of Nebula 
> grid? Currently, we can have editors (text, combo etc.) on columns and this 
> would mean it will display the same editor for that column in all the 
> rows...My requirement is something kind of a Transposed table. Is it 
> possible with Nebula Grid?
> 
> Thanks
> Mustufa 
> 
>