Questions tagged [knockout-mvc]

Knockout MVC is a web framework for ASP.NET MVC based on the popular Knockout.js JavaScript library. It allows easy creation of feature-rich applications based on Model-View-View Model (MVVM) pattern.

Knockout MVC is a web framework for ASP.NET MVC based on the popular Knockout.js JavaScript library. It follows the Model-View-View Model (MVVM) pattern, in which the user interface can be bound to a separate existing data model such that any change of the model will automatically update of interface.

Knockout MVC follows the concepts of the Knockout.js library, but uses server-side .NET classes as models instead of JavaScript as used by plain Knockout.js. Knockout MVC allows the creation of Rich Applications without the need to write JavaScript by dynamically generating some JavaScript on the server based on C#/VB.net code, and by using more server-side processing.

273 questions
-3
votes
1 answer

Knockout.js "" block causing Detach DOM Element

Please find Chtml code segment below:
I am using Knockout 2.0.3…
-3
votes
1 answer

Toggle css class using knockout on li tag

  • on user select the li tag change the class = "DarkColour" How to do this in knockout?
  • user1893874
    • 823
    • 4
    • 15
    • 38
    -4
    votes
    1 answer

    Drop down from array of objects

    Hi I am newbie in Knockout Js.Can anyone please explain me how can I create drop down from array of Objects.I want the text and the value of drop down should be different.And the objects are in Key Value Pair. Thanks In Advance.
    1 2 3
    18
    19