Instant reports: Instantly provide your application’s users with the power to print, preview, and export customized reports right from Xceed Grid for WinForms. Because they are built-in, Xceed Grid’s reporting capabilities eliminate the need for you to acquire, learn, and implement a separate reporting solution with your application.
Exporting: Export reports to PDF, HTML, Multi-page TIFF, and JPEG.
Vector-based printing: Unlike the printing capabilities of other grids, which send the actual grid mostly in bitmap form to the printer, Xceed Grid’s reporting engine generates a new layout and sends vector-based data to the printer. This results in professional-looking reports that scale to the printer’s resolution instead of looking like someone used the “print screen” key.
Ready for end-users: With only a single line of code, developers can enable Xceed Grid for WinForms’ built-in, user-friendly “Generate Report” and “Customize Report Style” dialogs, allowing end-users to “skin” their reports before printing or exporting them, or to create their own customized report stylesheets.
Flexibility for end-users: End-users can configure the printed appearance of all report elements, select colors and fonts, add images, determine which data fields to print, define field widths, add lines, customize the report header and footer areas, and more.
Programmatic control: The grid’s Report classes allow developers to programmatically generate, print, export, and extensively customize reports to a level even deeper than what’s available in the end-user forms.
Load/save as XML: Stylesheets can be loaded and saved as XML files, either programmatically or through the built-in end-user forms.
Custom headers/footers: Place images and text in page headers and/or footers, with macros for page number, report title, and a variety of date and time formats.
Column formatting: Choice of either multi-line layout or squeeze layout when there are too many fields to fit on a page. Multi-line layout wraps a row’s cells over two or more lines, and squeeze layout vertically stretches cells, wrapping only their contents.
Page spanning: If there are too many fields to fit on one page, the fields can span two or more pages.
Summary row: New extensible summary row object for the grid includes 14 types of built-in statistical functions such as sum, running sum, count, and average. This row can be placed at the bottom of each page, at the bottom of each group, at the top, or anywhere that makes sense for your report.
Repeat on each page: Any row can be repeated on each page, such as column header rows, group header rows, and summary rows.
Keep together: Ability to prevent splitting groups over two pages if possible.
Insert page breaks: Insert a page break before and/or after any row or group.
Grid lines: Add horizontal line types below or above any row, header, group, or summary cell.
Print selected fields: Select which fields are printed in reports and specify their widths.
Customizable forms: The source code and instructions for customizing the end-user forms is included, allowing developers to customize the forms to match their application’s look and feel.
Major featuresFixed column support lets you choose columns that will remain visible while you scroll horizontally, for maximum flexibility in data visualization. Just drag columns to the left of the FixedColumnSplitter glyph, move the glyph itself, or set things up programmatically. Fixed columns are repeated on printeds page if there are too many to fit page width.
Summary row to display sums or the results of statistical functions in the grid. Various built-in statistical functions. Complete infrastructure for the development of custom summary rows.
Includes a variety of modular, high-quality editor controls to use as cell editors/viewers. They are also usable outside of the grid. See Editors section below for features.
Built-in input validation. See Input Validation section below for features.
Hide the focus rectangle of the grid, also custom paint a cell’s focus rectangle.
Reserve an in-place space for the form’s resizing gripper in the lower right corner of the grid.
Outlook-style automatic row grouping, or custom grouping to allow your code to group together rows with your own conditions.
Logical, easy to use hierarchical master/detail views.
Master/detail views support multiple detail views per row or level.
Sort one or multiple columns according to any criteria.
Scroll grid’s view to any cell, row, group or column.
Fast display speed, fast sorting.
Single-click edit mode allows entering edit mode and activating items such as check, text, and combo boxes with one click.
Real-time scrolling and always synchronized scrollbars.
Detail grids do not display a second set of scrollbars and also stay in view when horizontally scrolling the parent grid.
Detail grids can be independent or can automatically synchronize with each other so that they all have the same columns, column order and configurations, sorting, and grouping.
Ability to change each individual cell’s formats and styles.
Display customizable cell or row-level errors. Can display tooltips, blink cell backgrounds, show the standard error icon, etc.
Insertion Row allows end user to quickly enter data and insert a new row item in the grid.
Fixed, non-scrolling header and footer regions you can put any number and type of row in.
Print and print preview including ability to print a range of pages.
When there are too many columns to fit on one printed page, ability to split columns at specific point to decide which go on the next page.
Display a background image under any visual grid element with optional alpha blending.
Add custom statistical functions (sum, average, etc.) to any of the grid cells.
Intercept, parse and modify data being synchronized with the database from the grid.
Full support for mouse, keyboard, and drag & drop events on any visual grid element.
Every grid element includes its own tag property for custom user data.
Groups have their own completely extensible visual margin element.
Interactive, hierarchical “Group By” row allows users to easily define their own groups and master/detail relationships.
Stylesheets with information about the grid’s visual elements, such as colors, fonts, background images, borders, and styles.
Load a grid’s visual configuration from one of the predefined stylesheets or from your own custom stylesheet.
Visible, invisible, and patterned grid lines and master/detail relationship lines.
Extensible cell row, cell-less row, column, group, detail grid, and other objects that you can fully customize.
Grid elements can be read-only to prevent any portion of the grid from being edited.
Ability to automatically change a row’s height to fit the contents of the largest cell.
Easy manipulation of the grid’s current row.
Query which section of a grid a row is in.
Plenty of meaningful edit events for both rows or cells.
Grid can pre-generate a list of columns from a type.
Built-in Bitmap column data type makes it a snap to display bitmaps in a column.
Ability to hide the (+/-) symbol on desired DataRows.
Data filtering capabilities.
Included cell viewer / editor controlsAll included editor controls are usable either as cell viewers / editors, or independently outside of the grid for a more flexible and uniform interface.
Includes buttons, resizeable combobox, multi-column combobox, date picker, multi-month resizeable calendar, resizeable and masked textbox, numeric textbox, calculator, check boxes, scrollbars, and panel building block.
Combinability/modularity: Embed controls into one another to create flexible, innovative new controls.
The grid automatically picks the correct type depending on the data type of the column.
Fully visual approach: Powerful designers help make development faster and easier.
Dropdown feature: Any editor control can dropdown any other control, allowing for absolute flexibility and innovation.
Extensibility: All controls can be extended to implement custom features, appearance, and behavior.
Themes: Support for Windows XP and Windows Classic themes and the ability to adapt to the current Windows theme.
Composite control examples included: Custom calendar, option textbox, option picker, picture viewer, scrolling text box, spin edit, customized dropdown combobox, toolbar, stretchable agenda.
Auto-complete capabilities.
ValidationFully visual approach to implementing cell-level input validation.
Validation error messages are overridable and localizable.
Wide variety of operators and options available when setting up validation criteria.
Validation of criteria is available either when focus leaves a cell or when a general validation method is called.
Expandable by deriving from ValidationCriterion or ValidationExpression classes.
True WYSIWYG design-time editor
Completely set up the grid’s visual elements and configure their appearance directly on your form without the use of a separate wizard or custom property editor. Just click on an element to view and edit its properties in the property editor.
Multi-select grid elements to view and edit their common properties.
Add, copy, and delete grid elements as needed.
Undo operations.
Drag & drop repositioning of grid elements.
Resize, rearrange, and sort columns, resize rows
Create, edit, delete, expand, and collapse groups.
Create, edit, delete, expand, and collapse master/detail views.
Create alternating row styles for two or more data rows in the main grid or in master/detail views.
Easy access to event-handling code of any particular grid element.
Style previewer allows you to base your grid’s look on a predefined grid style.