Skip to main content

BBjGridExWidget v1.9.0

· 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.