I am trying to use KnockOut Grid to populate some data. It binds to the ObservableArray all fine but it is not populating the grid.
I am not sure what am I missing here.
I am loading jsfiddle for you to take a look:http://jsfiddle.net/sf4p3/6/
Any suggestions?
Here you go:
http://jsfiddle.net/jearles/sf4p3/14/
I changed
data: myObsArray()todata: myObsArray, added reference to Knockout as a Managed Resource and switched the Framework to jQuery, and added the CSS.