Infragistics Blog

Adding Keyboard Shortcut Support to the WPF XamOutlookBar
If you are a user of Microsoft Outlook, you may have noticed that you can navigate to the different outlook groups using simple keyboard shortcuts. In this blog post, we will explain how to easily add Keyboard Shortcut Support to the WPF XamOutlookBar. Read more.

Exploring JavaScript MV Frameworks Part 1 – Hello Backbonejs
JavaScript has become one of the most popular programming languages on the web. At first, developers didn’t take it seriously, simply because it was not intended for server side programming.

Using the Github for Windows App With Bitbucket
If you aren’t using any form of source control in your project then stop right now and fix this. To get up and running with Git takes a whole 10 minutes to set up, and you will have your source code up in the cloud, should your computer blow up in the future (or you absent mindedly delete an important file).

Writing Requirement Documents Effectively – An Overview
In every UX Design project, the most important part is the requirements gathering process. This is an overview of some of the possible methods of requirements gathering.

jQuery Grids with Multi-Column Headers
Through a very simple (and logical I think) setup of columns and layouts, this feature allows for visual and sometimes functional grouping of column headers under a common parent.

A Dark Theme for the WPF XamDataGrid
There has been quite a bit of interest in dark themes recently. This is because more users are finding the white background of applications straining their eyes, especially when they are spending a lot of time in front of the computer screen.

Get DependencyProperty by Name for WPF and Silverlight
Have you ever needed to create bindings to elements without knowing, or having access to, their DependencyProperty until runtime?

Easy to use icons in Windows 8 applications by using Segoe UI Symbol font
When creating your “Windows Modern Style UI applications” (read: Metro), one difficult aspect of the creation can be finding great icons to help keep a consistent look.

XamDataGrid–Dynamically Create and Data Bind Columns with an Editor of your Choice
I recently had a good friend of mine send me an email asking how to dynamically generate columns based on a collection of objects with the XamDataGrid. This seems like a very common task that just about all applications will probably need to do. It’s definitely not an uncommon task.