The wijmo grid setup to get its data from a knockout observableArray in the following fiddle http://jsfiddle.net/t316/K3GMR/7/ is not initializing itself properly, i.e. you see no grid.
This is happening because of an error:
"Uncaught TypeError: Object function d(){if(0<arguments.length){if(!d.equalityComparer||!d.equalityComparer(c,arguments[0]))d.H(),c=arguments[0],d.G();return this}b.r.Wa(d);return c} has no method 'load' "
Wijmo grid is supposed to be able be bound to a knockout observableArray in the manner I am trying, is it not? Why is the grid not initializing properly and not showing the small sample data?