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]: I want to drag the column width, but when the dragged column becomes wider, other columns will become narrower, and no scroll bar will appear in the horizontal direction. #5216

Closed
He-Wu opened this issue Jan 10, 2024 · 7 comments
Assignees
Labels
Type: Bug 🐞 Something isn't working
Milestone

Comments

@He-Wu
Copy link

He-Wu commented Jan 10, 2024

Blazorise Version

1.2.0

What Blazorise provider are you running on?

Bootstrap5

Link to minimal reproduction, or a simple code snippet

https://v12x.blazorise.com/docs/extensions/datagrid/features/resizing

Steps to reproduce

image
I want to drag the column width, but when the dragged column becomes wider, other columns will become narrower, and no scroll bar will appear in the horizontal direction.

What is expected?

Scroll bars appear horizontally and other column widths remain unchanged

What is actually happening?

I want to drag the column width, but when the dragged column becomes wider, other columns will become narrower, and no scroll bar will appear in the horizontal direction.

What browsers are you seeing the problem on?

Chrome

Any additional comments?

No response

@He-Wu He-Wu added the Type: Bug 🐞 Something isn't working label Jan 10, 2024
@David-Moreira
Copy link
Contributor

Hello @He-Wu Have you tried setting the DataGrid to Response?

@David-Moreira David-Moreira self-assigned this Jan 10, 2024
@David-Moreira David-Moreira added Type: Possible Bug Needs to investigate more to see if it's an actual bug. Status: Expecting Answer and removed Type: Bug 🐞 Something isn't working labels Jan 10, 2024
@He-Wu
Copy link
Author

He-Wu commented Jan 10, 2024

Hello @He-Wu Have you tried setting the DataGrid to Response?

Hi,yes I've tried setting Response to true and false with the same result

@David-Moreira
Copy link
Contributor

Correction, I meant Responsive
Ok, we need to take a look whether we can make it so you are more freely able to resize the DataGrid columns when it's set to Responsive, since the DataGrid overflows horizontally.

@David-Moreira David-Moreira added Type: Bug 🐞 Something isn't working and removed Type: Possible Bug Needs to investigate more to see if it's an actual bug. Status: Expecting Answer labels Jan 10, 2024
@He-Wu
Copy link
Author

He-Wu commented Jan 10, 2024

Correction, I meant Responsive Ok, we need to take a look whether we can make it so you are more freely able to resize the DataGrid columns when it's set to Responsive, since the DataGrid overflows horizontally.

Ok,thanks

@panmona
Copy link
Contributor

panmona commented Jul 17, 2024

Did you ever have a look at this?
We're running into the same problem right now.
Are there maybe any possible workarounds that we could take?

@David-Moreira
Copy link
Contributor

Did you ever have a look at this? We're running into the same problem right now. Are there maybe any possible workarounds that we could take?

Unfortunately not.
The resizing feature is handled by js. You'd probably need to rewrite with your own version and override our own to make it work like you want, But I don't think it's an easy feat.

@stsrki
Copy link
Collaborator

stsrki commented Dec 18, 2024

This might be fixes with #5908

@stsrki stsrki assigned stsrki and unassigned David-Moreira and tesar-tech Dec 19, 2024
@stsrki stsrki modified the milestones: 2.0, 1.7 support Dec 19, 2024
@stsrki stsrki removed this from Development Dec 19, 2024
@stsrki stsrki added this to Support Dec 19, 2024
@github-project-automation github-project-automation bot moved this to 🔙 Backlog in Support Dec 19, 2024
@stsrki stsrki closed this as completed Dec 19, 2024
@github-project-automation github-project-automation bot moved this from 🔙 Backlog to ✔ Done in Support Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Status: ✔ Done
Development

No branches or pull requests

5 participants