This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
New Features
gxui.GridExtension
- New EnableTextSelection property. It allows text selection on the grid. Defaults to false for backwards compatibility.
- New EditableCellClass property. It allows specifying a theme class that will be assigned to all the editable cells.
Fixes
gxui.GridExtension
- Cell tooltips were not working.
- Grid was rendered twice if an event changed the title of a column.
- Picture Blank when zero wasn't working properly when the value of the cell was 0. It showed 0 instead of blank.
General
- Many changes to support GeneXus 15
- If WebUX=Smooth, some controls were not getting refreshed when their properties were changed.