Knockout-jqGridBinding
Knockout-jqGridBinding copied to clipboard
Create ko.gridBinding_updated.js
This is rebuild version that adds: - binding to observables without need to create template for each case - normal binding context for record(allows bind like $parent.someMethod) - 50 000 records and it will work, because I've removed ko.toJS
I'm looking for a good grid to use with ko. How did you get on with jqgrid? Would you still recommend it? I'm looking at these bindings and they seem pretty immature.. without this PR the binding looks unusable to me!
Hmm nevermind.. went with KendoUI in the end!
@dazinator The bindings in this repository are certainly immature - they're also no longer maintained.
KendoUI is a much better option to pursue if you're looking for a grid to bind with knockout.