I quite often find myself wanting to write UI that is read-only until someone clicks on an Edit link, at which point it becomes editable and they can either save or cancel their changes.
Read MoreExtending Knockout client-side paging to use server-side paging.
Read MoreSometimes you need to force a computed observable to update in response to external events.
Read MoreKnockout can get a little bit slow when trying to render large amounts of data...
Read MoreWorking in WPF using the MVVM pattern it is almost impossible to get away from commands and the ICommand interface, so when I started writing view models in knockout that had to perform actions I started to miss the commands quite quickly
Read MoreWhenever you have an asynchronous call to the server from a web page it is good practice to have some form of loading indicator to let the user know that something is happening in the background
Read MoreLoad an MVC partial view from KnockoutJs
Read MoreA quick tip when working with KnockoutJS: if you are binding a value to a property with a valid name then it is very simple to get at the value in your HTML...
Read More