Fixing: TypeError: Cannot read property ‘sortable’ of undefined, when using Kendo UI grid.
I was getting the error: TypeError: Cannot read property 'sortable' of undefined. This was caused by dynamically changing Kendo UI grid columns, without destroying the grid first. After I destroyed the grid and recreated it,…