I have an issue where I have a hidden column on my grid and selectable is set as "multiple cell".
I have two hidden columns that are hidden by default as the user can select them if they want to see additional data.
If I attempt to select cells while the columns are hidden the grid re-sizes and displays the data in a strange format. If I remove hidden columns then this behavior no longer occurs.
I have two hidden columns that are hidden by default as the user can select them if they want to see additional data.
If I attempt to select cells while the columns are hidden the grid re-sizes and displays the data in a strange format. If I remove hidden columns then this behavior no longer occurs.
4 Answers, 1 is accepted
0
Hello Corne,
I tried to reproduce the issue, but no to avail. Here is the example, that I used for testing. Could you modify it in order to reproduce the problem and send it back to me to assist further? In which browser is the issue reproducing?
Regards,
Dimiter Madjarov
Telerik
I tried to reproduce the issue, but no to avail. Here is the example, that I used for testing. Could you modify it in order to reproduce the problem and send it back to me to assist further? In which browser is the issue reproducing?
Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Corné
Top achievements
Rank 1
answered on 01 Sep 2014, 02:30 PM
Hi Dimiter
Thank you for the quick response!
After a bit more investigation I found the the issue is only present when using IE 10 and if you remove the line "scrollable: false" from your grid options. While selecting columns the actual column width seems to shrink.
I attach a screenshot of the problem.
Thank you for the quick response!
After a bit more investigation I found the the issue is only present when using IE 10 and if you remove the line "scrollable: false" from your grid options. While selecting columns the actual column width seems to shrink.
I attach a screenshot of the problem.
0

Corné
Top achievements
Rank 1
answered on 01 Sep 2014, 02:32 PM
Hi Dimiter
Please see my comment below.
Please see my comment below.
0
Hello Corne,
Thanks for the update and the additional details. We managed to observe the behavior on our side in Internet Explorer 10+, but were unable to find a suitable workaround. In a scrollable Grid, the table layout is set to fixed i.e. the widths of the columns does not depend on their content, but are automatically sized by the browser and seems that IE does not handle the repainting of a table with hidden column. If the hiding of the column is not necessary, I would suggest to avoid it in that case. Another possible workaround would be to disable the Grid scrolling and wrap it in a scrollable div - here is an example.
Regards,
Dimiter Madjarov
Telerik
Thanks for the update and the additional details. We managed to observe the behavior on our side in Internet Explorer 10+, but were unable to find a suitable workaround. In a scrollable Grid, the table layout is set to fixed i.e. the widths of the columns does not depend on their content, but are automatically sized by the browser and seems that IE does not handle the repainting of a table with hidden column. If the hiding of the column is not necessary, I would suggest to avoid it in that case. Another possible workaround would be to disable the Grid scrolling and wrap it in a scrollable div - here is an example.
Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!