ExpressGridPack

Ajoutez des fonctionnalités étendues de grille de données, d'impression, de tableau croisé dynamique, d’arborescence, de mise en page et d'apparence à vos applications Delphi et... C++Builder.

Publié par DevExpress
Distribué par ComponentSource depuis 2001

Prix à partir de : $ 538.99 Version : 25.2.6 NOUVEAU Mise à jour : Apr 7, 2026 Nombre moyen d'étoiles 4.00Nombre moyen d'étoiles 4.00Nombre moyen d'étoiles 4.00Nombre moyen d'étoiles 4.00Nombre moyen d'étoiles 4.00 (2)

i

New licenses for ExpressGridPack are no longer available. Existing customers can continue to renew. If you are looking for a new license, please consider DevExpress VCL Subscription, which includes all ExpressGridPack components plus more.

ExpressGridPack 22.1.2

Released: Aug 31, 2022

Mises à jour de 22.1.2

Fonctionnalités

Data Grid

  • Data Export Enhancements - New global APIs allow you to export grid content to a stream in XLS, XLSX, CSV, HTML, Text, XML formats.
  • Runtime Style Customization - This version implements three new events in the TcxCustomGridTableViewStyles class. Handle the following events to customize styles of the hot-tracked, inactive, and selected rows at runtime:
    • OnGetHotTrackStyle.
    • OnGetInactiveStyle.
    • OnGetSelectionStyle.

Data Grid, TreeList, and Vertical Grid

  • Support for Icons in Filter Dropdowns - The Data Grid, TreeList, and Vertical Grid controls now display icons for values displayed within regular and Excel-inspired filter drop-downs (for columns with image combobox in-place editors).
  • Also added a new OnGetFilterImages event that allows you to display custom images within filter items, or hide them.
  • Localization Enhancements - You can now localize names for the following aggregate functions: MIN, MAX, SUM, AVG, and COUNT, which can be displayed within group rows and footer cells.

Input Dialogs - Password Masking

  • The Input Dialog now supports password masking that hides the password characters entered by the user. To specify a masking char, prepend an ASCII character whose number is less than #32 to the caption of the target text box.