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

While resize the kendo grid column fix the grid width

1 Answer 424 Views
Data Source
This is a migrated thread and some comments may be shown as answers.
venu gopal
Top achievements
Rank 1
venu gopal asked on 04 Feb 2016, 01:07 PM

 Scrollable : {virtual:true} mandatory.

 

$("#grid").kendoGrid({
                dataSource: data,
                height: 500,

                groupable: true,
                sortable: false,

                resizable: false,
               scrollable: { virtual: true },
               // scrollable: false,
                resizable: true,

                pageable: {
                    refresh: true,
                    pageSizes: true,
                    buttonCount: 5
                },

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 08 Feb 2016, 03:31 PM
Hello Venu,

Grid column resizing can behave in two different ways, depending on whether scrolling is enabled or not. The two behaviors are described in the documentation:

http://docs.telerik.com/kendo-ui/controls/data-management/grid/appearance#resizing

Regards,
Dimo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Data Source
Asked by
venu gopal
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or