Browse By Tags

  • igTextEditor

    Hi,

    How can i default the focus on the igTextEditor when i instantiate the control with knockout like  <div id="customerNameIG" class="row-control" data-bind="igTextEditor: {}"></div>, any help is appreciated.

  • Jquery Controls doesn`t work with KnockOutJS

    Hello.

    I'm currently developing an ASP.net MVC 3 application with your jquery suite of controls.

    When I enter a custom html attribute (for example data-bind="value: NameProperty" ), these are not taken into account by knockout, while th…

  • igHierarchicalGrid with KO - Cannot Add, Delete, or Edit

    I have never used the igHierarchicalGrid before so I am sure this is probably something right in my face, but I just cannot seem to find the answer to it. I am binding the igHierarchicalGrid to an observableArray and everything seems to be all well and…

  • Using the Ignite UI Grid and Breeze.JS in a Hot Towel SPA – a complete CRUD app

       Couple of days ago, I’ve blogged about how easy and cool it is to integrate the Ignite UI grid with Durandal. In this blog post, I am going to explore the Hot Towel SPA template by John Papa, Breeze.JS, and develop a full-blown CRUD application…

  • We’ve got Ignite UI Grids shining in a Durandal SPA for you

       Long time ago, the web was all about static HTML content, and a bit of inline styles. JavaScript was primarily used for alert boxes and falling snowflake scripts (that websites used to load around Christmas). Then came AJAX, and things started to look…

  • Creating a KnockoutJS Custom Binding for MVVM Charting

    What is Knockout?

    Knockout is a JavaScript library that helps you apply the MVVM pattern when designing HTML/JavaScript UIs. It aids in making your view model and UI controls observable so that changes can be propagated back and forth between them. Leveraging…

  • Javascript Saturday Knockout JS Presentation Follow-up: Get Code Samples

    The source code for the sample applications used in my Knockout JS talk at Javascript Saturday can be downloaded using the links below:

    1. WPF MVVM Sample Application
    2. HTML5/JQ MVVM Sample Application using Knockout
  • Intro to KnockoutJS: An MVVM Library for HTML/JS Developers

    At the end of this article, the reader will understand what MVVM is, why it is useful, and how open source JavaScript frameworks like Knockout can help deliver MVVM applications.

    Topics covered in this article:

    • What is MVVM

    • Benefits of MVVM…

  • HTML5 Webinars Follow-up : Get Sample Code

    I'd like to thank everyone who attended this week's HTML5/JS webinars.  The following is a list of related resources.

    How to Build an HTML5/JS Single Page Application

    How to Build an HTML5/JS LOB Application

  • knockout extension bug when removing an item from an observable array binded to a igGrid

    Hi,

    We have an observable array wich is bound to an igGrid.
    When removing an item from the observable array the grid should be updated, but instead a javascript error is thrown.

    After investigating we found that the problem occurs in the following file…

  • Live data - starring the jQuery Grid, WebSockets and KnockoutJS

    There are numerous scenarios when from for the sole purpose of having an effective or functional application it seems the only way to go is live – like live data, updating clients in real time. It just feels like that is how things are supposed to be…

  • For The First Time – JSNext Conference with Infragistics

    For the first time in JSNext Bulgaria js.next("Bulgaria"); was held on November 23, 2014.  The conference was hosted at the Sofia Event Center.  JSNext is the biggest event in Bulgaria and the whole region for JS / JavaScript technologies. The…

  • MVVM Support with KnockoutJS in NetAdvantage for jQuery 2012 Vol.1

    Probably many developers who have experience with XAML applications are familiar with Model View ViewModel (MVVM) design pattern. Specialists who work on WEB projects now have the opportunity to implement this pattern in the client portion of the applications…

  • Re: Jquery Controls doesn`t work with KnockOutJS

    When will someone answer this Question?

    Are there any samples of using Infragistics Controls with KnockoutJS?

    I am also stuck with the similar problem, Please help