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

Resize columns issue

1 Answer 47 Views
Grid
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 26 Aug 2015, 09:09 AM

Hello, I have a issue about resize columns in grid.

If I set four fields in columns like this:

columns : [
                {field : "id", title : "id", width : 150 },
                {field : "index", title : "​index", locked : true, width : 150 },
                {field : "​name", title : "​name", width : 150, hidden: true },
                {field : "​​date", title : "​date", width : 150 }
]​

then set resizable to "true", I can resize column "id" and "index" normally but I can't resize column "date" (seems it's after a hidden column).

Is this a stander rule of Grid or TreeList?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 27 Aug 2015, 07:40 AM
Hello William,

With regard to the Grid, the used Kendo UI version is probably outdated, as this issue was fixed in the past. Тhe problem was recently fixed in the TreeList as well, and changes will take effect in the next internal and official Kendo UI builds.

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