• Spell Checking in the XamDataGrid

    Overview

    Utilizing the Framework’s built-in capabilities for spell checking makes adding spell-checking support to the XamDataGrid a breeze. 

    The Code

    Basically, you just need to turn on spell checking for the editor that is being used in the…

  • XamDataGrid :: Copying to Excel via the Clipboard

    One of the common tasks that many end-users have is to copy data from an application to Excel or Word or any other Windows Apps.  The way to do this is to copy items to the Clipboard and Microsoft provides a really nice class that makes this simple to…

  • Validation in the XamDataGrid

    Validation in the XamDataGrid is currently handled through the ValueConstraint class off of the Editors.  Using this class you can do things like set a trigger to change the border of a cell to red when an invalid value it entered.  This article shows off…

  • XML Databinding with the XamDataGrid

    XML Data File

    Start with having an XML Datasource for the purpose of this example we’ll use the following and it will be stored in a separate XML File titled SalesPeople.xml:

    <divre name="code" class="xml"></divre><SalesPeople> <SalesPerson…
  • Tangerine -- A WPF Reference Application

    Introduction

    Use Tangerine™, our first reference application for WPF, to not only learn WPF and NetAdvantage for WPF but also to learn good practices for enterprise application development across the board. This solution provides a full application…

  • Using the Infragistics WinGrid in a WPF Application

    In some scenarios, developers may find themselves in a situation where they are using the Infragistics WinGrid wrapped with some pretty intensive business logic that is going to take a good deal of time to recreate. One possibility that the developer…

  • Printing the XamDataGrid with Infragistics.Reports

    Introduction

    Infragistics.Reports is an extremely versatile and powerful code library included in the NetAdvantage for WPF product. Initially, it was created to enable developers an easy mechanism for printing the XamDataGrid or exporting it to XPS.…