Knockout-jqGridBinding icon indicating copy to clipboard operation
Knockout-jqGridBinding copied to clipboard

Create ko.gridBinding_updated.js

Open Klin88 opened this issue 12 years ago • 3 comments

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   

Klin88 avatar Dec 26 '12 06:12 Klin88

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!

dazinator avatar Nov 18 '16 11:11 dazinator

Hmm nevermind.. went with KendoUI in the end!

dazinator avatar Nov 18 '16 18:11 dazinator

@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.

CraigCav avatar Nov 21 '16 13:11 CraigCav