Description
Grid widget should support dynamic column move. This properties should be available for users and from proc code. Part of this wish that has been closed in Uniface 9.5: Grid dynamic column resize/hide/show/move Grid widget should support dynamic column resize/hide/show. This properties should be available for users and from proc code.
Use Case
Moving columns would be appreciated. These property should be managed from proc code too. Part of this wish that has been closed in Uniface 9.5: Users should be capable of automatic resizing all columns with one click. Hide/showing columns would be appreciated.
Importance
Uniface grid widget properties are very limited.
Type
Grid
Operating System
Windows
Status
Open
Status update
I have editted this wish because from Uniface 9.5 onwards:
When the user resizes a column, the extended trigger Column_Resized is fired.
When the whole grid is resized, the extended trigger Viewport_resized is fired.
With $entityproperties you can set the entity property ColomnWidth for one or more fields.
With $columnsyntax you can hide or show a column.
This makes it possible to resize, hide and show columns.
The wish to move columns remains open.