Top "Knockout-mvc" questions

Knockout MVC is a web framework for ASP.

KnockOut.js With Asp.net mvc

Just started learning the new asp.net mvc4 SPA template , noticed that knockout is being used , so give me reference …

c# asp.net-mvc knockout.js knockout-mvc
Is there a reason I would use Knockout MVC instead of Knockout JS?

Another user suggested Knockout MVC to handle some AJAX posting issues. I read a little on it and I see …

asp.net-mvc asp.net-mvc-3 knockout.js knockout-2.0 knockout-mvc
Set table columns dynamically from ko.observableArray

I am trying to output a table of data based on a ko.observableArray where the columns that are returned …

knockout.js knockout-mvc
How to bind knockoutjs value to MVC Action Link (id)

I have table view binds with knockoutjs model. <tbody data-bind="foreach: items, visible: items().length > 0"> <tr&…

asp.net-mvc-3 data-binding mvvm knockout.js knockout-mvc
if else condition with Knockout

I'm very new at Knockout. I have a problem, how can I use if/else with Knockout. For example like …

knockout.js knockout-mvc
Knockout js - && in if condition and containerless binding

I am displaying a list of items and if the items are not available I have to display a default …

javascript knockout.js knockout-mvc
How can I bind a ko.observableArray of strings?

I'm trying to bind a ko.observableArray of strings to a template, but I'm unable to get the template to …

knockout.js knockout-2.0 knockout-mvc
The required anti-forgery form field __RequestVerificationToken is not present

Could you please help me to solve this issue? I'm implementing sign in form without form or html.beginform because …

asp.net-mvc asp.net-mvc-4 knockout.js knockout-mvc asp.net-mvc-ajax