Skip to main content

ยท One min read

Bug Fixesโ€‹

  • restore GxColumn.DefaultStringsMask, GxColumn.DefaultNumbersMask, GxColumn.DefaultDatesMask, GxColumn.DefaultTimesMask and GxColumn.DefaultTimestamps for backwards compatibility

  • restore GxColumn.setColumnMask method for backwards compatibility.

ยท One min read

Bug Fixesโ€‹

  • !ERROR=32 (BBj Custom Object Stack Overflow) getSuppressWebDebouncing(). (1350a60)
  • GxExecutor does not check if the grid is destroyed before executing code. (9b33eab)

Code Refactoringโ€‹

  • rename BBjGridExWidget.suppressBuiDebouncing to BBjGridExWidget.suppressWebDebouncing. (0252c22)

Featuresโ€‹

  • add BBjGridExWidget:preferAsyncExecution. (ea432eb). When enabled then the executor will try to executes the JavaScript in the BBjHtmlView and returns immediately without waiting for a return value from the client. Enabling this option might boost the performance of the grid. By default this option is turned off

  • add GxColumn::setMask method. (294a513)

BREAKING CHANGESโ€‹

  • BBjGridExWidget.suppressBuiDebouncing is deprecated. Use BBjGridExWidget.suppressWebDebouncing instead
  • DefaultStringsMask, DefaultNumbersMask, DefaultDatesMask,DefaultTimesMask and DefaultTimestamps are deprecated use Mask instated.
  • setColumnMask is deprecated use setMask instead.

ยท One min read

Bug Fixesโ€‹

  • dont show CHART_RANGE context menu item by default (5806120)
  • fix typo - GxFiltersToolpanel::suppressExpandAl should be GxFiltersToolpanel::suppressExpandAll (50e5c79)
  • focus should focus the container if it is empty. (0817b4b)
  • remove GxContextMenuItem::EXCEL_XML_EXPORT (3de3308)
  • js: transiation add array should be reversed to be in sync with ResultSet (64f30d8)

Featuresโ€‹

  • add GxColumn SuppressFiltersToolPanel option (0cf67b9)
  • add GxColumnsToolpanel SuppressSyncLayoutWithGrid & SuppressColumnMove and ContractColumnSelection options (9ac3d2b)
  • add GxContextMenuItem COPY_WITH_GROUP_HEADERS (8b639dd)
  • add GxFiltersToolpanel SuppressExpandAll option (8d6bf43)
  • add GxFiltersToolpanel SuppressFilterSearch & SuppressSyncLayoutWithGrid (196341d)
  • show context menu COPY_WITH_GROUP_HEADERS by default (c369079)

BREAKING CHANGESโ€‹

  • EXCEL_XML_EXPORT has been removed