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.
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…
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…
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…
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…
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…
The source code for the sample applications used in my Knockout JS talk at Javascript Saturday can be downloaded using the links below:
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…
I'd like to thank everyone who attended this week's HTML5/JS webinars. The following is a list of related resources.
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…
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 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…
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…
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