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
IE11 gives error Unable to get property 'style' of undefined or null reference
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