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

[Bug]: DataGrid, The fixed column's position is wrong if more than one fixed columns. #5823

Closed
juchunwei opened this issue Nov 6, 2024 · 6 comments

Comments

@juchunwei
Copy link

Blazorise Version

1.6.2

What Blazorise provider are you running on?

Bootstrap5

Link to minimal reproduction or a simple code snippet

Don't have.

Steps to reproduce

  1. setup 2 fixed columns
    Image
  2. the page like this when I run the project.
    Image

What is expected?

the style of the first column, should be {"left":0"}

What is actually happening?

the position of the first column is wrong.

What browsers do you see the problem on?

Microsoft Edge

Any additional comments?

No response

@juchunwei juchunwei added the Type: Bug 🐞 Something isn't working label Nov 6, 2024
@David-Moreira
Copy link
Contributor

@juchunwei would you be so kind to test the newest changes in v1.7?
We've introduced a FixedColumnsPositionSync parameter that when set to true should make it so it recalculates and produces a more faithful result, can you try it and let us know if it works for you?
Image

Copy link
Contributor

This is an automated message reminding that this issue is expecting the author's answer.

@juchunwei
Copy link
Author

The fixed columns seem working, but it caused another issue, the select function not working if set the DataGridMultiSelectColumn as fixed column. and the fixed header not working for the fixed columns.

@juchunwei
Copy link
Author

@David-Moreira

The fixed columns seem working, but it caused another issue, the select function not working if set the DataGridMultiSelectColumn as fixed column. and the fixed header not working for the fixed columns.

@David-Moreira
Copy link
Contributor

I'm sorry if we somehow introduced some kind of bug. Would you be so kind to open a new issue with the respective reproducible and mention @stsrki as I'm no longer handling datagrid issues.

@juchunwei
Copy link
Author

@David-Moreira okay, thanks!

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

No branches or pull requests

2 participants