[Infragistics] Devin Rader 43 I am a Product Manager at Infragistics. I work mostly on Silverlight stuff. Blog
Extending a XamRibbon ButtonTool to execute ICommands [Infragistics] Devin Rader / Tue, Jul 12, 2011 Infragistics Silverlight Ribbon control does not currently expose a Command and CommandParameter properties on its ButtonTool class. Our guidance to customers wanting to use commands with this tool has...
Using Behaviors to Synchronize Selected Items of Infragistics Silverlight controls to a ViewModel [Infragistics] Devin Rader / Wed, Jun 1, 2011 Behaviors, which were introduced with Blend 3, are a great way to package up bits of functionality that attached to existing objects using XAML. They also are a great way to create man in the middle connections...
Adding a “Select All” Checkbox to a XamGrid CheckboxColumn Header [Infragistics] Devin Rader / Fri, Apr 29, 2011 Using checkboxes in a grid is a common way of allowing end users to select multiple objects in the grid, which the application can then act on later. Its also common to see a “Select All” checkbox in...
Binding to Properties of non-FrameworkElements [Infragistics] Devin Rader / Fri, Apr 29, 2011 A common question we see from customers using our XAML controls is that they want to set a binding on a control property, but the property is exposed by an object that does not live in the Visual Tree...
Extending XamGrid with a Right-Click Context Menu [Infragistics] Devin Rader / Fri, Apr 15, 2011 In Windows, users expect that right clicking in an app will show a context menu that exposes the actions they can take for a particular UI element. Extending XamGrid to add the ability to show a right...
Assembly Caching Infragistics Silverlight control assemblies [Infragistics] Devin Rader / Thu, Jul 15, 2010 Way back in Silverlight 3 Microsoft added a feature called Assembly Caching which allowed developers to configure their Silverlight apps in such a way that the assemblies needed by that application could...
Creating Custom Columns for xamGrid [Infragistics] Devin Rader / Thu, Jul 8, 2010 When we originally sat down to design the xamGrid one of the problems we knew we wanted to address (based on lessons learned from building other grid controls) was providing an easy way for developers...
XAML Control Unification Changes in 2010.2 [Infragistics] Devin Rader / Tue, Jun 15, 2010 Starting with our 2010 Volume 2 release of both our Silverlight products and our WPF products, we are unifying the development of the controls included in these products and creating a single XAML control...
Simple Column Chooser for XamWebGrid [Infragistics] Devin Rader / Tue, Jan 19, 2010 If you’ve used the Infragistics XamDataGrid or UltraWinGrid, you are probably familiar with a feature each of those controls offers called Column Chooser (or Field Chooser). This simple feature provides...
Creating Custom Summery Operands [Infragistics] Devin Rader / Thu, Jan 7, 2010 The 2009.2 release of the XamWebGrid added the ability to display a summary row in the grid which allows you to display summary information for columns in the grid. The feature includes five summary native...