1 Jun
2012

Building IG Outlook Part 4 – Creating Custom Region Adapters

This is the fourth video in a series that will take you step-by-step on building a Prism application that mimics Microsoft Outlook.  In this video we create custom region adapters for the Infragistics XamRibbon and XamOutlookBar controls that are defined as regions in our application’s shell. The code you really care about are the two […]

Read More
25 Apr
2012

Building IG Outlook Part 1–Setting up the Prism Application

Category:UncategorizedTag: , , , , , :

This is the first video in a series that will take you step-by-step on building a Prism application that mimics Microsoft Outlook.  This video covers how to setup a multi-platform Prism application that targets WPF and Silverlight.  I show you how to setup your directory structure, as well as the solution/project structure inside Visual Studio.  […]

Read More
23 Apr
2012

Building IG Outlook– Introduction to a Prism App

Category:UncategorizedTag: , , , , , , :

Often when learning a technology you start by searching the web.  You look for videos, blogs, articles, samples, and examples.  What you start to realize is that everything you find is very simple “demo” code.  That’s code that shows how to implement a simple feature in a non-realistic demo.  Then you start looking for “production” […]

Read More
11 Apr
2012

Validate a Property Against a Parent Collection

I was monitoring my Twitter feed, like I always do, and saw a tweet come through asking about how to validate an object?s property against it?s parent ObservableCollection in the Infragistics XamDataGrid.  What this person was trying to accomplish was to validate a duplicate item in his data source.  They have a POCO object the […]

Read More
2 Mar
2012

Multi-cell editing with the XamDataGrid

Category:UncategorizedTag: , , , :

Have you ever had the need to edit multiple cells with the same value?  Well if you have, then this post is for you.  I was cruising through the Infragistics forums today and saw a question about implementing multi-cell editing in the XamDataGrid.  It was an old post, but a solution immediately popped into my […]

Read More