ElegantCode

A software blog

23 Mar
2012

Creating a Silverlight 5 Static Markup Extension

If you have done any WPF application development I am sure you have used and fallen in love with the Static markup extension.  If you?re are not familiar with it, the Static markup extension allows you to reference static fields and properties in your XAML markup. For example; let?s assume we have a class with […]

Read More
7 Mar
2012

Windows 8 Tinkering

Category:General PostTag: :

I have been running Windows 8 Consumer Preview since it dropped, and I was running the Developer Preview before that. I was doing this on the metal of my X220T Lenovo. I gotta say, I dig it. I am not going into individual features or anything like that yet. Just sayin, I dig it. 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