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

Releases: genexuslabs/gxui

gxui Library v2.0.1

22 Sep 15:44
Compare
Choose a tag to compare

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.

v2.0.0.2522: gxui.GridExtension:

08 Jan 17:13
Compare
Choose a tag to compare

New Features

gxui.GridExtension

  • Edit fields with Suggest are now supported.
  • Readonly Blob columns are now supported.

Fixes

gxui.GridExtension

  • Grouping summaries values were not considering the picture for formating.
  • If some columns Visible property was changed in a user event, the grid wouldn't render properly.
  • Grid state is now saved when the first change in its state is made, not when it's rendered.
  • Column titles couldn't be changed in user events.

gxui.Treeview

  • State of expanded nodes was not being stored

General

  • Many fixes to fully support Web User Experience=Smooth objects