Skip to content

Grids: Fix columns[].headerFilter.groupInterval Placeholders (#8853)#8861

Merged
arman-boyakhchyan merged 1 commit into
DevExpress:26_1from
arman-boyakhchyan:grids-column-header-filter-groupinterval-fix-26-1
Jun 10, 2026
Merged

Grids: Fix columns[].headerFilter.groupInterval Placeholders (#8853)#8861
arman-boyakhchyan merged 1 commit into
DevExpress:26_1from
arman-boyakhchyan:grids-column-header-filter-groupinterval-fix-26-1

Conversation

@arman-boyakhchyan

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the documentation for the columns[].headerFilter.groupInterval option in grid-related API reference pages, aiming to eliminate or correct unresolved placeholders and provide usable framework-specific code snippets.

Changes:

  • Updated the common ColumnHeaderFilter.groupInterval article to use DataGrid-specific identifiers in several examples.
  • Added new API reference pages for dxDataGrid.Options.columns.headerFilter.groupInterval and dxTreeList.Options.columns.headerFilter.groupInterval.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
api-reference/40 Common Types/15 grids/ColumnHeaderFilter/groupInterval.md Updates example snippets (jQuery/Angular/Vue/React) to reduce placeholder usage and align with DataGrid.
api-reference/10 UI Components/dxDataGrid/1 Configuration/columns/headerFilter/groupInterval.md Adds a DataGrid-specific API reference page for columns.headerFilter.groupInterval.
api-reference/10 UI Components/dxTreeList/1 Configuration/columns/headerFilter/groupInterval.md Adds a TreeList-specific API reference page for columns.headerFilter.groupInterval.

import 'devextreme/dist/css/dx.fluent.blue.light.css';

import { {WidgetName}, Column, HeaderFilter } from 'devextreme-react/{widget-name}';
import { DataGrid, Column, HeaderFilter } from 'devextreme-react/{widget-name}';
import React from 'react';
import 'devextreme/dist/css/dx.fluent.blue.light.css';

import { {WidgetName}, Column, HeaderFilter } from 'devextreme-react/{widget-name}';
import React from 'react';
import 'devextreme/dist/css/dx.fluent.blue.light.css';

import { {WidgetName}, Column, HeaderFilter } from 'devextreme-react/{widget-name}';
@arman-boyakhchyan arman-boyakhchyan merged commit 6398268 into DevExpress:26_1 Jun 10, 2026
6 checks passed
@arman-boyakhchyan arman-boyakhchyan deleted the grids-column-header-filter-groupinterval-fix-26-1 branch June 10, 2026 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants