We have a UI where we destroy and then recreate a kendoui grid, like:
grid.destroy();
grid.wrapper.empty();
Since going to the latest kendo, we get an error. These two fiddles show it working with 2013.3.1119, and failing with 2014.3.1314 (javascript error in console).
Is there something we're doing wrong, or is this a bug?
This fiddle works (kendoui 2013.3.1119):
http://jsfiddle.net/yosr5xgt/1/
This fiddle is broken (kenodui 2014.3.1314):
http://jsfiddle.net/cLonmd7q/1/
Thanks,
Ryan
grid.destroy();
grid.wrapper.empty();
Since going to the latest kendo, we get an error. These two fiddles show it working with 2013.3.1119, and failing with 2014.3.1314 (javascript error in console).
Is there something we're doing wrong, or is this a bug?
This fiddle works (kendoui 2013.3.1119):
http://jsfiddle.net/yosr5xgt/1/
This fiddle is broken (kenodui 2014.3.1314):
http://jsfiddle.net/cLonmd7q/1/
Thanks,
Ryan