I want to try the simpleGrid in a HotTowel project. When it came to:
this.gridViewModel = new ko.simpleGrid.viewModel({
data: this.items, ....
it threw an exception:
Unable to get property 'viewModel' of undefined or null reference`
I stepped through and found that ko.simpleGrid is undefined.
Must any other files be added or is simpleGrid available from the standard Knockout.js library?