This is a migrated thread and some comments may be shown as answers.

scrollable="none" and resizable enabled not working together

1 Answer 78 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mukesh
Top achievements
Rank 1
Mukesh asked on 05 Aug 2019, 10:29 AM

When scrollable="none" is set to none and resizable enabled the grid is lines are going beyond the grid doundary.

Please find the screen shot attached.

 

 

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 06 Aug 2019, 01:00 PM
Hello, Mukesh,

This is expected because the sum of the columns width is larger than the available space for the Grid. By default a horizontal scroll will be shown, but as the Grid is set to scrollable "none" there is not scrollbar shown in this case.

When the columns will have fixed width it is recommended the Grid to be scrollable, as the horizontal scroll will be added to handle the cases where the columns widths exceed the visible Grid container.

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Mukesh
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or