by Syncfusion - Product Type: Component / ASP.NET WebForms / ASP.NET AJAX (ATLAS) / ASP.NET MVC / .NET WinForms / .NET WPF / Silverlight / 100% Managed Code
Syncfusion Essential Grid for WPF by Syncfusion
URLs: syncfusion-essential-grid-for-wpf, syncfusion essential grid for wpf, syncfusionessentialgridforwpf, syncfusion
Add an extensible data-bound grid data control, a cell-oriented grid control and a multi-column grid tree control to your WPF applications. Syncfusion Essential Grid for WPF includes three grids: an extensible data-bound GridDataControl (sometimes referred to as a DataGrid), a cell-oriented GridControl, and a multi-column GridTreeControl. All three grids are full featured, offer excellent performance (in scrolling and time critical updates).The GridDataControl is a full featured, XAML enabled, data-bound grid that offers support for grouping, multi-column sorting, filtering, and summaries. It also supports the display of hierarchical data, conditional formats, unbound columns and expression columns. The cell-oriented GridControl is an efficient display engine for tabular data that can be customized down to the cell level. It can be used in a virtual manner where the data is provided on demand in real time, or it can be used in manner where the GridControl maintains the data within its own internal structures. GridControl supports frozen rows and columns, Excel-like formulas, covered cells, various cell control types, copy/paste, both row selections and cell-range selections, hidden rows and columns, and virtually an unlimited number of rows and columns.The GridTreeControl is a grid that displays self-referencing lists in a multi-column tree format. The data is loaded on demand so large lists can be quickly displayed. Direct support for a classic tree look is provided, but you also have the ability to easily customize the look of the tree with special glyphs and icons. Exceptional user performance is possible with thousands of nodes expanded or collapsed instantaneously.
Syncfusion Essential Grid for WPF supports all standard grid control features. It also possesses features such as Virtual Mode, Frozen Rows and Columns and Drag-Drop.
Easy APIs to add/delete/move rows-columns - Easily add, delete and move rows and columns throughout the grid control using its well-defined APIs.
Clipboard Support - Syncfusion Essential Grid for WPF provides clipboard support that allows the users to copy/paste grid cells into text or any format.
Frozen Row and Column Footers - Syncfusion Essential Grid for WPF columns can be made to freeze to the left as well as rows at the top of the grid. Row-footers can be specified to be fixed at the bottom of the grid and column footers to be fixed to the right hand side of the grid.
Resize Rows and Columns - Mouse controllers are implemented for resizing rows and columns. Implementation of similar features is straight forward and can be accomplished by implementing a mouse controller.
Resize to fit Rows and Columns - The grid rows and columns can be resized automatically to fit the content.
Hide Row and Columns - Syncfusion Essential Grid for WPF provides support to hide or unhide a range of rows and columns.
Keyboard Interface - Syncfusion Essential Grid for WPF provides extensive support for keyboard handling. Arrow keys-move current cell, PageUp/PageDown key-scroll grid by page, F2-activate/deactivate cell, F4+ALT-Drop-Down/Close-UP cell, CTRL + Arrow keys-move to first/last, row/column, SHIFT + Arrow keys-select cell, DELETE key-delete cell, CTRL+X, CTRL+V, CTRL+C, INSERT key and DELETE key support common clipboard operations. All keyboard operations can be customized.
Selection Modes - Syncfusion Essential Grid for WPF offers different kinds of selection modes such as RowOnly, ColumnOnly, CellOnly and so on.
Drag Drop - Syncfusion Essential Grid for WPF allows you to drag and drop any column around the grid. This drag-drop feature is animation-enabled.
Virtual Grid – Syncfusion Essential Grid for WPF supports a virtual mode, which lets you dynamically provide data to the grid through an event. This means that the grid does not store any data in its internal data structures. A virtual grid can display millions of rows as easily as it displays a dozen. The grid also exposes a second event that lets you save changes made through the grid's UI back to the external data source. The underlying architecture that facilitates the virtual support in Syncfusion Essential Grid for WPF allows the grid to quickly manage other functionalities, such as hiding rows or setting row-height for an extremely large number of rows.
Print and PrintPreview - Both the grid and the Grid Data control provide built-in support for the Printing and Print Preview dialog. This dialog has options for selecting paper size, zooming in on content, selecting print color, and more.
Excel Export - Syncfusion Essential Grid for WPF provides inherent support for converting its content to XLS format.
CSV Export - Syncfusion Essential Grid for WPF inherently supports converting content into CSV format.
Formula Support - Syncfusion Essential Grid for WPF provides inherent support for including formulas in grid cells alike MS Excel.
Cell Types
Syncfusion Essential Grid for WPF supports several cell types including Mask Edit, Up-Down, Double Edit, Integer Edit, Percent Edit, Date-Time Edit, Combo Box Drop-Down, and Drop-Down Lists. In addition, users can derive additional cell types from Syncfusion classes.
Combo Box
Currency Edit
Data Template
Double Edit
Integer Edit
Mask Edit
Percent Edit
Rich Text Box
Up-Down
Date-Time
Nested Grid
Custom Drop-Down
Static
Header
Text Box
Check Box
Button
Text Block
Text-Image
Grid Tree Control
The GridTreeControl is derived from GridControl and displays multi-column tree data. It is populated entirely by handling a single event where the root and child items are provided on demand. This on-demand population allows the control to quickly display selected tree nodes from a large data source without loading all data.
Data Binding
Multicolumn Sorting
Grid Skins
Custom Expand/Contract Glyphs
Node Images
Level Styles
Cell Style Architecture
Property settings for individual cells (and groups of cells) are stored in a style property. The style allows you to set properties such as background, cell value, and cell type for a particular cell. Syncfusion Essential Grid for WPF holds two different style caches that depend upon how the cell style is being used: a Volatile-style cache and a Render-style cache.
Cell Style Architecture
Base Styles
Cell Interior
Cell Text
Cell Borders
Choice List
Cell Formats
Cell Comments
Spanned Backgrounds
Covered Cells
Grid Data Control
The GridData control is a derived grid control that handles various types of data sources. The grid can be bound to any IEnumerable source and extends full support for IQueryable sources too. It generates LINQ expressions on all operations and thus easily handles any IQueryable source. It also has an option to automatically generate columns. It supports master-detail nested relations on any kind of collection as well as legacy data tables. The GridDatacontrol provides sorting, filtering, column-row resizing, and dragging funtionalities and lots of customization options to handle the grid in various scenarios.
Data Binding
AutoGenerate Columns
Nested Relations
Sorting and Filtering
Advanced Filter
CollectionView Grouping
Summaries
Complex Property Binding
Grid Skins
Grid Designer
Stacked Headers
Property Settings Through XAML
Notify Property Changes
Handling High-Frequency Updates
Unbound Columns
Expression Columns
Column Options
Data Error Validation
Grid Tooltips
Localization
Autosize Columns
Dynamic Keyword Support
Serialization Support
VS 2010 Designer Support
Please note: Syncfusion Essential Grid includes Windows Forms, ASP.NET, WPF, Silverlight and ASP.NET MVC components.
What’s new in Essential Grid 2012 Volume 1?
JSON Suppot in ASP.NET - The AJAX Grid control allows you to increase grid performance. It has two modes: server and JSON. The JSON mode can be enabled to handle paging, sorting, grouping and filtering.
Editing via Unbound Columns in ASP.NET MVC - Editing via unbound columns allows you to make changes to multiple fields in a grid at the same time. Editing, updating and deleting are controlled by buttons on the row itself. You can edit or delete fields associated with a single data record by using these buttons instead of the toolbar.
Add an extensible data-bound grid data control, a cell-oriented grid control and a multi-column grid tree control to your WPF applications.
Pricing: Syncfusion Essential Grid for WPF 2012 Vol 1 (V10.1.0.44) - Binary 1 Developer License - with 1 Year Subscription, Syncfusion Essential Grid for WPF 2012 Vol 1 (V10.1.0.44) - Binary 1 Developer Annual Subscription Renewal License (for subscriptions soon to expire or up to 30 days past expiration), Syncfusion Essential Grid for WPF 2012 Vol 1 (V10.1.0.44) - Binary 1 Developer Reinstatement of Lapsed Subscription License (for subscriptions lapsed longer than 30 days up to one year), Syncfusion Essential Grid for WPF 2012 Vol 1 (V10.1.0.44) with Source Code 1 Developer License with Source Code - with 1 Year Subscription, Syncfusion Essential Grid for WPF 2012 Vol 1 (V10.1.0.44) with Source Code 1 Developer Annual Subscription Renewal License (for subscriptions soon to expire or up to 30 days past expiration) with Source Code, Syncfusion Essential Grid for WPF 2012 Vol 1 (V10.1.0.44) with Source Code 1 Developer Reinstatement of Lapsed Subscription License (for subscriptions lapsed longer than 30 days up to one year) with Source Code, Syncfusion Essential Grid for WPF 2012 Vol 1 (V10.1.0.44) - Binary Site License Site License - with 1 Year Subscription - Allows upto 500 Developers at a single address, Syncfusion Essential Grid for WPF 2012 Vol 1 (V10.1.0.44) - Binary Site License Site Annual Subscription Renewal License (for subscriptions soon to expire or up to 30 days past expiration) - Allows upto 500 Developers at a single address, Syncfusion Essential Grid for WPF 2012 Vol 1 (V10.1.0.44) - Binary Site License Site Reinstatement of Lapsed Subscription License (for subscriptions lapsed longer than 30 days up to one year) - Allows upto 500 Developers at a single address, Syncfusion Essential Grid for WPF 2012 Vol 1 (V10.1.0.44) with Source Code Site License Site License with Source Code - with 1 Year Subscription - Allows upto 500 Developers at a single address, Syncfusion Essential Grid for WPF 2012 Vol 1 (V10.1.0.44) with Source Code Site License Site Annual Subscription Renewal License (for subscriptions soon to expire or up to 30 days past expiration) with Source Code - Allows upto 500 Developers at a single address, Syncfusion Essential Grid for WPF 2012 Vol 1 (V10.1.0.44) with Source Code Site License Site Reinstatement of Lapsed Subscription License (for subscriptions lapsed longer than 30 days up to one year) with Source Code - Allows upto 500 Developers at a single address
Evals & Downloads: Read the Syncfusion Site License Agreement, Read the Syncfusion Essential Grid help file, Read the Syncfusion Company brochure - Requires Acrobat Reader, View the Syncfusion Studio Comparison Matrix - Requires Acrobat Reader, Read the Syncfusion Essential XlsIO brochure - Requires Acrobat Reader, Read the Syncfusion Essential Grouping brochure - Requires Acrobat Reader, Read the Syncfusion Essential Grid brochure - Requires Acrobat Reader, Read the Syncfusion Essential Studio brochure - Requires Acrobat Reader, Read the Syncfusion License Agreement - Requires Acrobat Reader, Download the Syncfusion Essential Studio 2012 Vol 1 (V10.1.0.44) evaluation on to your computer - Expires After 30 Days
Operating System for Deployment: Windows 7, Windows Vista, Windows XP, Windows ME, Windows 2000, Windows NT 4.0
Architecture of Product: 32Bit
Product Type: Component
Component Type: ASP.NET WebForms, ASP.NET AJAX (ATLAS), ASP.NET MVC, .NET WinForms, .NET WPF, Silverlight, 100% Managed Code
Built Using: Visual C# .NET
Compatible Containers: Microsoft Visual Studio 2010, Microsoft Visual Studio 2008, Microsoft Visual Studio 2005, Microsoft Visual Basic 2010, Microsoft Visual Basic 2008, Microsoft Visual Basic 2005, Microsoft Visual C++ 2010, Microsoft Visual C++ 2008, Microsoft Visual C++ 2005, Microsoft Visual C# 2010, Microsoft Visual C# 2008, Microsoft Visual C# 2005, Delphi 8.0, C#Builder, .NET Framework 4.0, .NET Framework 3.5, .NET Framework 3.0, .NET Framework 2.0, Silverlight 4, Silverlight 3
Product Class: User Interface Components
Keywords: syncfusion grid wpf, syncfusion datagrid wpf, syncfusion gridcontrol wpf, essential grid wpf, syncfusion essential grid wpf, syncfusion virtual grid wpf, essential grid wpf binary, essential grid wpf source, buy syncfusion grid wpf, buy syncfusion datagrid grid , buy essential grid wpf, buy syncfusion essential grid wpf, buy essential grid wpf binary, buy essential grid wpf source, purchase syncfusion grid wpf, purchase essential grid wpf, syncfusion grid wpf upgrade, syncfusion datagrid wpf upgrade, syncfusion grid wpf reseller, syncfusion datagrid wpf reseller, syncfusion grid control wpf reseller, syncfusion gridcontrol wpf reseller, essential grid wpf reseller, syncfusion grid wpf distributor, essential grid wpf distributor, syncfusion grid wpf pricing, essential grid wpf pricing, syncfusion grid wpf renew, essential grid wpf renew
Syncfusion Sync fusion
datagrid controls, datatable controls, datagrid components, datatable components, datagrid, data grid, data table, net gridview, net datagrid, data grid, grid control, net datatable, c# gridview, c# datagrid, asp.net datagrid, grid asp, vb.net datagrid
Spreadsheet spread sheet worksheet workbook excel lotus 123 1-2-3 xls xl
Part numbers: PC-513205-435248 513205-435248 PC-513205-435254 513205-435254 PC-513205-435266 513205-435266 PC-513205-435251 513205-435251 PC-513205-435257 513205-435257 PC-513205-435269 513205-435269 PC-513205-435272 513205-435272 PC-513205-435273 513205-435273 PC-513205-435274 513205-435274 PC-513205-435275 513205-435275 PC-513205-435276 513205-435276 PC-513205-435277 513205-435277
Publisher
Primary Category
Related Products
Related Categories
ComponentSource offers a unique global service, used by over 1,000,000 software developers worldwide.