Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

gxui Library v2.0.1

Latest
Compare
Choose a tag to compare
@ncardeli ncardeli released this 22 Sep 15:44
· 21 commits to master since this release

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.