I work on an asp.net solution with the Durandal template.
I try to use the koGrid (https://github.com/Knockout-Contrib/KoGrid) which is compatible with knockout. When in
This update applies to Durandal 2.x
Starting with Durandal 2.0, there is a way to specify bindings that should be deferred until the composition complete.
For kogrid to work correctly, all that's needed is to execute this line of code as part of the Durandal framework initialization:
composition.addBindingHandler('koGrid');
The composition
variable in this example is a reference to the Durandal composition module.
See the documentation for more information: http://durandaljs.com/documentation/Interacting-with-the-DOM.html