Xceed Home > Xceed DataGrid for WPF Standard Edition

DataGrid for WPF: wpf grid, support, easy integration, complete documentation, affordable Microsoft alternative, card view, grouping, sort, Windows Presentation Foundation, xaml
Xceed DataGrid for WPF XBAP ClickOnce Demo demonstrates table view, card view, 3D Views, in-place editing, performance, input validation, datepicker, calendar, Windows Presentation Foundation
DataGrid for WPF Download: Download WPF datagrid, WPF toolkit, WPF grid
DataGrid for WPF pricing and purchase
The low-cost alternative to Microsoft's datagrid!
Current version: 3.6 (New version)
Platform: WPF, .NET 3.5
Price: $299.95
DataGrid for WPF Updates: dataview manager, dataviewmanager, date picker, calendar, XAML, bound, unbound, sort, Windows Presentation Foundation DataGrid for WPF Forum Discussion: vista, XBAP, Microsoft Windows themes

DataGrid for WPF feature comparison: WPF datagrid, free WPF grid, datagrid CTP, card view, grouping, Windows Presentation Foundation

New!  Compare Xceed DataGrid for WPF Standard Edition
with our Professional Edition and with the competition.

WPF / .NET Technology
  • Created entirely for WPF and built with .NET 3.5 SP1, written in C# and XAML.
  • Supports UI virtualization, even when grouping data, so only elements currently in view are created and kept, meaning faster loading time, uses less memory.
  • Design-time support in Visual Studio 2008 and Expression Blend.
  • Design-time configuration window that lets you set up the most important features quickly and easily. 
  • XBAP-friendly, CLS compliant, and uses no unsafe blocks. No special permissions are required, so it can run within the limited permission set granted to XBAP applications.
  • Based on a flexible and extensible object model, with modular and reusable visual elements.
  • The datagrid's cells are true WPF content controls, so they can contain anything.
  • Supports the WPF command infrastructure, for example letting you map a toolbar button to "enter edit" in a cell.
  • Comprehensive documentation fully integrated into Visual Studio .NET is provided.
  • Supports Right-To-Left and Inking.
  • Supports regional settings including numbers, money type, dates, etc.
  • Includes a variety of VB.NET and C# sample applications to get you started.
  • All error handling works through .NET exception classes.
  • Can also be used in your Windows Forms applications.
Rich in-place editing
  • Features rich in-place editing that works in all views. See Included editor controls below.
  • Updates source when the cell or row exits edit mode or immediately when the cell content changes.
  • Auto-detection of ComboBox columns (enums, foreign keys).
  • Routed edit events for both cell and row, providing fine-grained control over the edit process.
  • Provides configurable keyboard and mouse edit commands.
  • Programmatic control over edit mode.
  • Provides Excel-like default keyboard and mouse edit behavior, including F2, Esc (cancel edit on a cell and restore the original value), Double-Esc (cancel edit on the entire row and restore the original values), and Enter.
  • Allows you to specify a different visual template for a cell being edited.
  • Cell editors can be displayed without entering edit mode, under a variety of conditions such as a mouse hover over the cell or row, the cell or row becoming current, the row being edited, or always.
  • Single-click edit mode allows entering edit mode and activating items such as check, text, and combo boxes with one click.
  • Automatically selects the appropriate editor control depending on the field data type.
  • Insertion row / card object allows for quick entry of new data.
  • Triggers meaningful edit events for both rows and cells.
  • Manages “null” and “DbNull” values.
  • Any portion of the grid can be made read-only.
Data grouping
  • Supports hierarchical, multi-level grouping in all views.
  • Customizable group-level configurations with header and footer support.
  • Supports UI virtualization, preserving memory and reducing load time, even when grouping.
  • Supports custom grouping criteria, to allow your code to group together rows with your own conditions.
  • Interactive, hierarchical “Group-by” row allows end-users to easily create and manipulate groups themselves. Adapted for all included views.
  • Programmatic control over expanding and collapsing groups.
  • Grouping can be controlled via code.
Views and themes
  • Presents data and lets users edit it in any 2D or 3D view and theme. Can switch between 2D and 3D views in real-time while preserving state. (3D views not included with the Standard Edition.)
  • Project template for Visual Studio that sets up a new theme project so you can create your own. A tutorial on creating a custom theme is also included to help you get started.
  • Eight striking themes in all, including all Microsoft Windows themes: Classic (NT), Luna (Normal/Olive, Metallic/Silver, Homestead/Blue), Aero (Vista), and Royale (Media Center).
  • Each theme provides an alternating row style that can be activated through the TableView class.
  • The various cursors—such as "busy", "resize", and "drag" cursors—can be customized in the different views. (New in v3.6)
  • Includes the commented XAML source code to the table view style and template, so you have a great starting point for developing your own.
2D Table view features
  • Column auto-sizing / stretching and starrable column widths.
  • Fixed columns (programmatic control only).
  • Includes an Outlook-style table view with all the typical elements you would expect.
  • Column headers support drag-and-drop column reordering, column resizing, click-to-sort, and dragging to "Group-by" row.
  • Row margin selects and resizes rows, and displays icons indicating that the row is current, is being edited, is an insertion, or has a validation error.
  • Provides horizontal and vertical Grid line brush and grid line thickness properties.
  • Automatically changes a row’s height to fit the contents of the largest cell.
Input validation
  • Supports IDataErrorInfo.
  • Supports IEditableObject and error style when IEditableObject’s EndEdit throws an exception when trying to leave edit mode.
  • Includes built-in data validation, at the cell or row level.
  • Error display is integrated with the included views.
  • You can completely style the way a cell or row looks when a validation error occurs.
  • Can validate on any criteria, including the values of other cells.
  • Validation error messages are overridable and localizable.
  • Expandable and compatible with custom validation rules you have already built.
Included editor controls
  • CheckBox.
  • AutoSelectTextBox.
  • DatePicker/Calendar.
  • ValueRangeTextBox.
  • NumericTextBox.
  • MaskedTextBox.
  • DateTimeTextBox.
  • Several editors available in the “Included
    Editors” sample:

    • IPAddressMaskedTextBox.
    • PhoneMaskedTextBox (North American format).
    • Simple CurrencyMaskedTextBox.
    • ExponentNumericTextBox.
    • DateTimeTextBox (with ShortDate, ShortTime, ShortDateAndShortTime, and ShortDateAndLongTime formats).
  • All controls are 100% stylable and templatable.
Data binding
  • Provides column virtualization.
  • Inserting records into non-IBindingList sources.
  • Easy binding to XML data sources.
  • Directly supports unbound columns, allowing for example the display of static information such as a delete button for each row, etc.
  • Supports unbound data fields, which facilitates the use of calculated columns.
  • Custom key-value mappings, which lets you map any kind of value or object to fields in the data that represent keys, such as mapping an employee first and last name fields to an integer ID field in an employee database.
  • Custom CollectionView that provides fine-grained and efficient control over its underlying data source.
  • Fully supports WPF data binding.
  • Displays, edits, and works with bound and unbound data.
  • Can be bound directly to an array of simple types such as String, Decimal, DateTime, TimeSpan, Guid, or Primitive (e.g., SByte, Byte, Int32, etc.), and will show the value of those types in one column.
  • Automatically obtains and synchronizes bound data from any .NET source, including jagged arrays, any object that implements IListSource or IList, and any ADO.NET DataSet, DataTable, DataView, or DataViewManager object.
  • Can intercept, parse, and modify data being synchronized with the database from the grid.
Other features
  • Clipboard copy support allows content from the grid to be copied to any other supported application (e.g., Excel, Word, Notepad). Can be sent to the clipboard as HTML or CSV.
  • Delete selected rows button: in master grid, in details, or both.
  • Excel-like cell and row selection capabilities (single, multiple, and extended modes), letting end-users select and copy blocks of cells or rows. (New in v3.6)
  • Ability to enable or disable sorting, grouping, and column reordering via the UI.
  • Full keyboard navigation is possible through cells and rows. Navigation can be limited to cell-only or row-only, or navigation can be disabled.
  • Allows multiple-field sort and custom criteria sort.
  • Provides easy manipulation of the grid’s current row.
  • Scrolls the view to any cell, row, group, or column.
  • Scroll tip displays information about the first visible row in the viewport when the grid is scrolled.
  • Allows elements other than columns to be fixed.
  • Provides fixed, non-scrolling header and footer regions into which you can put any number and type of row or card.
  • Configurable item scrolling (immediate or deferred).
  • Customizable “today” label in the Calendar.
  • Ability to create alternating styles for data rows.
  • Customizable group-header control display.
  • A Resource Center that centralizes various DataGrid for WPF assets and provides a news feed for the latest developments concerning the product.
Live demonstration
  • Try the Live Explorer XBAP application, which demonstrates the Professional Edition of the datagrid and lets you get a feel for it without installing anything. Also available as a stand-alone .EXE when you download Xceed DataGrid for WPF.