-
here's the combo box not using knockout-kendo,
```
@(Html.Kendo().DropDownListFor(x => x.TaxYear)
.Name("ddTaxYear")
.DataTextField("Year")
.DataValueField("InvestorVersionId")
.BindTo(Model.Availabl…
-
This chaotic version should not be a rc, not yet anyways.
http://jsfiddle.net/FLXa8/4/
The jsfiddle speaks for itself.
This is altogether with jquery-mobile, but really, that's not important at all.…
-
I have a coworker that's always going on about how backbone is god's gift, and that I'm retarded for using knockout.
Today, he sent me this:
http://fiddle.jshell.net/ntMdB/139/
it's not apples-to-app…
-
Great project. So far it feels like the best balance between easy data binding and ugly templates, especially in a Backbone-centric world. We're trying it out in a project that uses Marionette heavi…
-
Status: broken (cant add new items, can see the page)
-
I am basically looking for a design pattern or something which would allow same set of objects to be shared across different VMs .. do note that when making templates, i use data-bind only (no jquery.…
-
In the TinyMCE knockout bindings, the disposal callback removes the tiny_mce editor instance by calling ed.remove(), but leaves the tracked reference in the instances_by_id object.In my single page ap…
-
Hi Ryan,
kendui recently added a datetimepicker to their web widget collection. It would be nice to also have knockout bindings for it . I suppose there won't be much difference to the already existi…
-
I love Knockout and I can't wait to replace my templating engine with it. However, performance needs to be radically improved.
Model driven views is by far the nicest way to build web applications; a…
-
When I use CKeditor as textarea editor , table does not update. here are the errors in the developer tools.
Uncaught TypeError: Cannot call method 'unselectable' of null ckeditor.js:255
Uncaught Type…