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

[Grid] resizable class #5253

Open
svetq opened this issue Dec 3, 2024 · 0 comments
Open

[Grid] resizable class #5253

svetq opened this issue Dec 3, 2024 · 0 comments
Assignees
Labels
C:Grid Enhancement New feature of an existing functionality or an improvement of an existing functionality.
Milestone

Comments

@svetq
Copy link
Contributor

svetq commented Dec 3, 2024

Is your feature request related to a problem? Please describe.
No

Describe the solution you would like to see implemented

To make the Grid resizable we would need the following class:

.k-grid-resizable {
resize: both;
overflow: auto;
}

This issue is an enabler for the resizable Grid feature:
https://github.com/telerik/kendo-angular-private/issues/3343

Describe the alternatives you have considered
As an alternative, we can apply the styles inline.

Additional context
research on the Grid Resizable functionality:
https://github.com/telerik/kendo-angular-private/issues/3297

@svetq svetq added C:Grid Enhancement New feature of an existing functionality or an improvement of an existing functionality. labels Dec 3, 2024
@inikolova inikolova added this to the 2025 Q1 (Feb) milestone Dec 4, 2024
@inikolova inikolova self-assigned this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:Grid Enhancement New feature of an existing functionality or an improvement of an existing functionality.
Projects
None yet
Development

No branches or pull requests

2 participants