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...
It was barely more than a year ago that I joined Infragistics as Senior Product Manager , and here I am, already writing about a third exciting release since I started working here. Signed, sealed & delivered. Well, almost delivered. The release is...
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 but within the limited space of a small screen...
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 action in your XAML application. That is exactly...
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...
Say what you will about Windows Phone vs iOS or Android, one thing most experts agree with is Microsoft knows how to make really good development tools. Windows Phone is no exception. The Windows Phone SDK, combined with Visual Studio 2010, provide us...
Loading data on demand is typical of applications that use hierarchical data. The article “On Demand Data Loading in XamTree” demonstrated an application using Infragistics XamTree. This article shows how they could benefit from hierarchical...
The use of hierarchical data in applications often requires loading data on demand. This is very typical problem, especially when using WCF services from Silverlight applications. Infragistics Silverlight controls as XamTree, XamDataTree, XamGrid offer...