What's new for 2009 Volume 2 in WPF

Wondering what's new in the 2009 Volume 2 release for WPF?  Watch this video to find out the latest and greatest including clipboard supprt, Excel Exporting, Field Chooser, and more!

See What's New

Contributor Spotlight

  • Andrew Flick

    Product Management,
    Product Manager, Windows Client

  •  

    Curtis Taylor

    Services,
    Senior Consultant
  •  

    David Negley

    Data Visualization,
    Development Manager 
Featured  Articles

Validation in the XamDataGrid

by Andrew Flick, April 2009

The XamDataGrid offers support for validation of your data by using the ValueConstraints Class off of the editors. This article shows how to use value constraints, min/max constraints, and regex constraints to make sure your users know if they've inputted an invalid value.

Read More

 

Exporting the XamDataGrid to Excel

by Andrew Flick, February 2009

Infragistics.Excel is an extremely powerful, yet little known API. It has the capability to build an entire Excel Workbook (and multiple worksheets). You can add formulas and interact with an Excel document in C# code in many different fashions. This article contains a code library gives you the basic functionality in a single class that you can easily re-use to achieve the exporting work.

Read More