MVVM Made Simple With Prism: Webinar Recap Infragistics Videos / Thu, Jul 2, 2015 On June 30th, Infragistics' own Brian Lagunas presented a joint webinar for Infragistics and Pluralsight titled “MVVM Made Simple With Prism”. Take a look! [youtube] width="560" height="315" src...
Creating a KnockoutJS Custom Binding for MVVM Charting Graham Murray / Thu, Mar 28, 2013 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...
XamDataGrid SelectedItems for MVVM [Infragistics] Petar Monov / Mon, Feb 18, 2013 This is a simple approach ( Grid_Binding_SelectedItems.zip ) on how to add a bindable property to your XamDataGrid that can be used to control the SelectedItems from your view model. In the sample...
Webinar follow-up: Getting started with MVVM Nishanth Anil / Thu, Nov 1, 2012 First of all I want to thank everyone who attended my webinar on Getting started with MVVM in WPF and Silverlight yesterday. I had an awesome time delivering this session and answering some of your questions...
Creating Windows Phone Applications with Infragistics XamList Damyan Petev / Wed, Jul 4, 2012 I explained why I think list controls are THE grids for mobile phones when introducing the jQuery Mobile version . I believe most would agree they really aim to achieve pretty much the same functionality...
Introduction to the Infragistics Undo / Redo Framework for XAML applications Damyan Petev / Fri, Apr 27, 2012 Application with heavy CRUD capabilities for the end user? Would the result be a chaos caused by users insisting for that one thing they just deleted? Turn that around (literally!) by providing some Undo...
Live data - starring the jQuery Grid, WebSockets and KnockoutJS Damyan Petev / Wed, Apr 25, 2012 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...
MVVM Support with KnockoutJS in NetAdvantage for jQuery 2012 Vol.1 [Infragistics] Mihail Mateev / Tue, Apr 24, 2012 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...
Introduction to the Model-View-ViewModel Pattern – Part 1 Anand Raja / Mon, Feb 20, 2012 Introduction The purpose of this article is to provide a clear and practical understanding of the MVVM pattern in a concise manner. This will be accomplished by walking through a simple WPF MVVM application...
Using the xamGrid with Virtual Collections and MVVM [Infragistics]Radko / Wed, Nov 30, 2011 Have you ever wanted to build an application that uses the Infragistics Silverlight xamGrid which supports sorting, filtering, CRUD operations and data virtualization all constructed with the Model View...