BBjGridExWidget v1.10.1
· One min read
restore GxColumn.DefaultStringsMask, GxColumn.DefaultNumbersMask, GxColumn.DefaultDatesMask, GxColumn.DefaultTimesMask and GxColumn.DefaultTimestamps for backwards compatibility
restore GxColumn.setColumnMask method for backwards compatibility.
getSuppressWebDebouncing(). (1350a60)GxExecutor does not check if the grid is destroyed before executing code. (9b33eab)BBjGridExWidget.suppressBuiDebouncing to BBjGridExWidget.suppressWebDebouncing. (0252c22)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)
BBjGridExWidget.suppressBuiDebouncing is deprecated.
Use BBjGridExWidget.suppressWebDebouncing insteadDefaultStringsMask, DefaultNumbersMask, DefaultDatesMask,DefaultTimesMask and DefaultTimestamps are deprecated use Mask instated.setColumnMask is deprecated use setMask instead.CHART_RANGE context menu item by default (5806120)GxFiltersToolpanel::suppressExpandAl should be GxFiltersToolpanel::suppressExpandAll (50e5c79)SuppressFiltersToolPanel option (0cf67b9)SuppressSyncLayoutWithGrid & SuppressColumnMove and ContractColumnSelection options (9ac3d2b)COPY_WITH_GROUP_HEADERS (8b639dd)SuppressExpandAll option (8d6bf43)SuppressFilterSearch & SuppressSyncLayoutWithGrid (196341d)COPY_WITH_GROUP_HEADERS by default (c369079)BBjGridExWidget v1.7.0 has been released. The following is the changelog list:
GxOptions.RowDeselection with GxOptions.SuppressRowDeselection (75d243a)GxOptions.EnableFloatingFilter won't have an effect anymore. it is deprecated(68caf8f)GxOptions.setImmutableColumns is deprecated (96b9d07)GxState.getString does not contain the sort array anymore (7c35c1d)GxOptions.GroupSuppressRow. (7960b54)PinnedRowCellRendere (e43a43a)GxOptions.ColumnHoverHighlight (40c49a5)GxOptions.GroupDisplayType (d3f65ca)GxFilterSetFilter.NewRowsAction &
GxFilterSetFilter.SuppressRemoveEntries have no affect at all. They
are deprecated. (21700b5)GxFilterSetFilter.suppressSyncValuesAfterDataChange is deprecated (9b3eae9)GxFilterSetFilter.NewRowsAction &
GxFilterSetFilter.SuppressRemoveEntries have no affect at all. They
are deprecated with no replacemnetsGxFilterSetFilter.suppressSyncValuesAfterDataChange
has been been deprecated. This option has no replacementGxOptions.EnableFloatingFilter won't have effect
anymore. it is deprecated. You can enable/disable the floating filter per
column.PinnedRowCellRendere won't affect the rendering anymore. Use the CellRenderer insteadGxOptions.GroupMultiAutoColumn,
GxOptions.GroupUseEntireRow , GxOptions.GroupSuppressAutoColumn are
deprecated. Use GxOptions.GroupDisplyType insteadGxOptions.GroupSuppressRow. There is no
replacement for this functionality.GxState.getString does not contain the sort array
anymore. The sort state is contained in the columns array now.