DataGrid: Fix the banded Columns' vertical borders (T1318812)#32802
Merged
Alyar666 merged 33 commits intoDevExpress:26_1from Apr 1, 2026
Merged
DataGrid: Fix the banded Columns' vertical borders (T1318812)#32802Alyar666 merged 33 commits intoDevExpress:26_1from
Alyar666 merged 33 commits intoDevExpress:26_1from
Conversation
88936f8 to
ccd2691
Compare
packages/devextreme/js/__internal/grids/grid_core/column_headers/m_column_headers.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/grid_core/sticky_columns/m_sticky_columns.ts
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/grid_core/sticky_columns/m_sticky_columns.ts
Show resolved
Hide resolved
ccd2691 to
2899a74
Compare
77856d4 to
d98ceff
Compare
04062b7 to
a784fb8
Compare
packages/devextreme/js/__internal/grids/grid_core/column_headers/m_column_headers.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/grid_core/column_headers/m_column_headers.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/grid_core/sticky_columns/m_sticky_columns.ts
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/grid_core/column_headers/m_column_headers.ts
Outdated
Show resolved
Hide resolved
packages/devextreme/js/__internal/grids/grid_core/views/m_columns_view.ts
Outdated
Show resolved
Hide resolved
added 3 commits
March 26, 2026 03:59
packages/devextreme-scss/scss/widgets/material/gridBase/layout/cell.scss
Show resolved
Hide resolved
added 6 commits
March 27, 2026 16:22
- Remove needToUpdateFirstCellClasses check from adaptivity resizing - Remove showColumnLines gate from column headers _createCell - Remove needToUpdateFirstCellClasses method from ColumnsView
packages/devextreme/testing/tests/DevExpress.ui.widgets.dataGrid/adaptiveColumns.tests.js
Show resolved
Hide resolved
|
|
||
| // (0,6,1) | ||
| .dx-rtl > .dx-gridbase-container .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-first-cell { | ||
| border-right: none; |
Contributor
There was a problem hiding this comment.
suggestion: use where possible border-inline-start property and similar to avoid duplications for rtl and non-rtl styles
Contributor
Author
There was a problem hiding this comment.
Yeah, makes sense 👍
Right now it would require quite a lot of refactoring, so probably not worth doing in this scope.
But agreed — we should switch to properties like border-inline-start in the future to avoid duplicating RTL/LTR styles.
added 2 commits
March 31, 2026 14:10
added 2 commits
March 31, 2026 17:04
Raushen
reviewed
Mar 31, 2026
Raushen
reviewed
Mar 31, 2026
|
|
||
| const oldIndices = new Set(oldHiddenColumns.map((col) => col.index)); | ||
|
|
||
| return hiddenColumns.some((col) => !oldIndices.has(col.index)); |
Contributor
There was a problem hiding this comment.
Minor: looks like a util method areArraysEqual
Raushen
approved these changes
Mar 31, 2026
Alyar666
added a commit
to Alyar666/DevExtreme
that referenced
this pull request
Apr 1, 2026
…ress#32802) Co-authored-by: Alyar <>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.