Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 521099

Summary: [Nebula Grid] Add Support for GridColumnLayout
Product: [RT] RAP Reporter: Eugen Neufeld <eneufeld>
Component: OtherAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 3.3   
Hardware: All   
OS: All   
See Also: https://git.eclipse.org/r/#/c/104853/
Whiteboard:

Description Eugen Neufeld CLA 2017-08-18 03:19:42 EDT
In the swt implementation one can set a org.eclipse.nebula.jface.gridviewer.GridColumnLayout to the created Grid and thus configure the width of the columns.
This doesn't work with the RAP Version as the GridColumnLayout is missing.

Thank you, 
Eugen
Comment 1 Ivan Furnadjiev CLA 2017-09-13 05:02:54 EDT
GridColumnLayout has been added to "org.eclipse.rap.nebula.jface.gridviewer" bundle. We decided to keep the grid veiwer coded in the "gridviewer" bundle and not to introduce dependency to jface in "widget" bundle like it's done in the original Nebula Grid. Thus we will also avoid the confusion about duplicate classes in 2 bundles.