Skip to main content

TcxCustomGridTableItemOptions.FilteringExcelPopupApplyChanges Property

Specifies how an Excel-inspired filter dropdown updates filter criteria for a grid item.

Declaration

property FilteringExcelPopupApplyChanges: TdxExcelFilterValueContainerApplyChangesMode read; write; default efacDefault;

Property Value

Type Default
TdxExcelFilterValueContainerApplyChangesMode efacDefault

Remarks

Set this property to efacImmediately or efacOnTabOrOKButtonClick to switch between immediate post and on-demand filter criteria update modes for a grid item. In the latter case, an Excel-inspired filter dropdown shows the OK button that users can click to confirm changes and close the dropdown. Refer to the TdxExcelFilterValueContainerApplyChangesMode type description for details.

The FilteringExcelPopupApplyChanges property overrides the Filtering.ColumnExcelPopup.ApplyChanges and Filtering.RowExcelPopup.ApplyChanges properties in the case of Table and Card Views, respectively. The grid item uses the parent View’s filter criteria update mode only if the FilteringExcelPopupApplyChanges property is set to efacDefault.

The FilteringExcelPopupApplyChanges property’s default value is efacDefault.

See Also