Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataGrid/TreeList - Sticky Columns: Adapt the editing and filter row features #28185

Merged

Conversation

Alyar666
Copy link
Contributor

No description provided.

@Alyar666 Alyar666 self-assigned this Oct 16, 2024
@Alyar666 Alyar666 requested a review from a team as a code owner October 16, 2024 22:21
const editorFactory = (Base: ModuleType<EditorFactory>) => class EditorFactoryStickyColumnsExtender extends Base {
public updateFocusOverlay($element: dxElementWrapper, isHideBorder = false): void {
if (!isHideBorder) {
const scrollable = this._rowsView.getScrollable();
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd suggest to extract updateFocusOverlayFixedPosition method

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, I'll refactor the code in the next pull request for sticky columns.

@Alyar666 Alyar666 merged commit c15f0be into DevExpress:24_2 Oct 18, 2024
278 checks passed
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.

2 participants