- Le menu Slice Grid inclut maintenant l'option de création de groupe selon critères
- Nous avons ajouté une nouvelle option de menu, qui permet de régler tout le total dans les lignes et les colonnes dans la même position. Aucun besoin de cliquer sur chacune d'entre elles individuellement.
- Nous avons ajouté la possibilité de désactiver la liste déroulante dans la zone de la grille.
- Pour Cube Grid nous avons activé la propriété supplémentaire de Gestionnaire de filtre, qui permet de voir uniquement les valeurs filtrées du cube.
- A partir de cette version, il est possible de créer des peintres de grille natifs.
- Nous avons également amélioré l'API pour travailler avec les sélections, les colonnes Cube Grid et les événements Slice.
+ Added TfcxCustomGrid.OnCreatePainter event which allows to create an own grid painter
+ Added group creation by condition in code and and in TfxSliceGrid menu
+ Groupping and filtering through the axes context menu now handles selection
+ Added TfcxCubeGrid.FilterManager property. If the property is set then grid shows filtered set of data.
+ Added class TfcxFilteredOrderedRecordSetProvider
+ Added TfcxZoneRestriction.zrDontShowDropDown to disable showing of drop down window and a corresponding icon
+ Added method TfcxContinuousHighlight.ImageReverseOrder to set reverse order or icon highlight
+ Added methods TfcxSlice.SetTotalPosition(const Value: TfcxTotalPosition) and TfcxAxisContainer.SetTotalPosition(const Value: TfcxTotalPosition)
+ Added property TDimensions.DetailValue: Variant - current detail value for total calculation by formula based on subtotals.
+ Added property TfcxCubeDataColumns.VisibleIndex[ACubeFieldName: String]: integer
+ Added automatic changing of Y-axis fields header height in report
+ Adding/removing measure runs events OnBeforeAddSliceFieldToRegion, OnAfterAddSliceFieldToRegion and OnBeforeRemoveSliceFieldFromRegion
+ Added chs_Created in TfcxChangeInSlice (creating base empty slice)
+ Added schema loading/saving in AppendData
- Fixed error in TfcxSourceFieldProperties.AssignTo
- Fixed error in cells size calculation
- Fixed error: Integer Overoverflow in CompareSQLTimeStamp
- Fixed error: value does not load from database when field size greater 8192 byte
- Fixed error in TfcxRange.Match
- Fixed error of export to XLSX for collapsed dimensions
- Fixed errors in German translations (thanks to Ralf Stegemann)
- Fixed declaration of TfcxChartsManagerOnNeedChart event