Skip to content

DataGrid - Fix incorrect position of the 'between' filter dropdown when columns are resized (T1303927)#33022

Open
markallenramirez wants to merge 7 commits intoDevExpress:26_1from
markallenramirez:bug_T1303927/26_1
Open

DataGrid - Fix incorrect position of the 'between' filter dropdown when columns are resized (T1303927)#33022
markallenramirez wants to merge 7 commits intoDevExpress:26_1from
markallenramirez:bug_T1303927/26_1

Conversation

@markallenramirez
Copy link
Contributor

No description provided.

@markallenramirez markallenramirez self-assigned this Mar 24, 2026
@markallenramirez markallenramirez requested a review from a team as a code owner March 24, 2026 11:02
Copilot AI review requested due to automatic review settings March 24, 2026 11:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes DataGrid filter-row “between” range overlay positioning glitches during column resize by properly hiding/showing the overlay widget so it can be re-measured and repositioned.

Changes:

  • Replace direct $content().hide()/show() calls with overlayInstance.hide()/show() during column resizing.
  • Keep overlay width recalculation on resize end, while ensuring overlay visibility toggling goes through the overlay API.

Copilot AI review requested due to automatic review settings March 25, 2026 03:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

@Alyar666 Alyar666 self-requested a review March 26, 2026 08:42
Copilot AI review requested due to automatic review settings March 27, 2026 06:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

Copilot AI review requested due to automatic review settings March 27, 2026 08:04
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants