2

I have used a nebula Grid (org.eclipse.nebula.widgets.grid.Grid) in my view. I have used its GridColumnGroup features for what they are meant. Now I want to design the grid GUI as in the design image below, i.e. the grid should have multi-level column groups (one GridColumnGroup in another GridColumnGroup). enter image description here

As in the design image, there are two sub-ColumnGroups (namely 2-Stroke Engines and 4-Stroke Engines)in the outermost GridColumnGruop (namely engine Price List) and actual GridColumns are to be placed inside respective sub-ColumnGroups. How to achieve this in nebula grid ? Or any alternatives ?

shA.t
  • 16,580
  • 5
  • 54
  • 111
yayayokoho3
  • 1,209
  • 2
  • 16
  • 40

2 Answers2

1

This is a bug as stated in https://bugs.eclipse.org/bugs/show_bug.cgi?id=240213 .

Lori
  • 562
  • 5
  • 24
  • Thanks Lori, for the information. Hopefully Nebula development-team will fix the bug in upcoming version of nebula Grid. – yayayokoho3 Mar 15 '12 at 10:01
0

http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.swt.nebula/org.eclipse.swt.nebula.snippets/src/org/eclipse/swt/nebula/snippets/grid/GridSnippet6.java?root=Technology_Project&view=co

not exactly what you want but might help

Montaser
  • 69
  • 5