Hi Surfer
Thanks for your message. Glad to hear you're excited about KO!
I'm sure it's entirely possible to hook KO and jqGrid together - you'd just need to create a jqGrid equivalent of the ko.simpleGrid.viewModel (referenced from the
http://knockoutjs.com/examples/grid.html example you mentioned) to encapsulate access to the jqGrid API behind observables. If you're interested in making something reusable and releasing it as a plugin, I'd be happy to provide feedback and link to it from
knockoutjs.com if you want.
For the longer term future, I'm pretty keen on the jQuery Grid project that looks like it will have a much nicer API than jqGrid when finished. Here's an extremely simple example of using it with KO:
http://jsfiddle.net/ZCJQw/1/ . Might that be something you could build on?
Regards
Steve