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

[Solved] Kendo Grid hideColumn bug in IE11

1 Answer 206 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Thien
Top achievements
Rank 1
Thien asked on 03 Jan 2015, 03:46 AM
To reproduce the bug do the following:

1. Create Kendo Grid with say 6 columns using MVC wrappers 
2. Add Scrollable() option
3. Bind to DataBound Event
4. Use function for event

function hideGridColumns() {
        for (var i = 0; i < 5; i++) {
            $("#grid").data('kendoGrid').hideColumn(i);
        }
    }

IE11 gives error Unable to get property 'style' of undefined or null reference

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 05 Jan 2015, 09:10 AM
Hello Thien,

This issue should already been fixed in the latest internal builds. Please upgrade and let us know if the problem persists.

Regards,
Nikolay Rusev
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
Thien
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or