A proposito di Syncfusion Essential Grid for Silverlight

Add fast, feature rich grids to your Silverlight applications.

Syncfusion Essential Grid for Silverlight includes a high performance data-bound grid control and a cell-oriented grid control. Both grid controls are full featured, offer excellent performance (in scrolling and time critical updates), share a style architecture for controlling cell properties, and also share an extensible cell control architecture that allows the grids to host different controls in their cells. The GridDataControl is a full featured data-bound grid that offers a rich feature set including grouping, multi-column sorting, filtering, hierarchies and summaries. The cell-oriented GridControl is a very efficient display engine for tabular data that can be customized down to the cell level. 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.

Syncfusion Essential Grid for Silverlight General Features
Syncfusion Essential Grid for Silverlight supports all standard grid control features. It also possesses features such as Virtual Mode and Frozen Rows and Columns.

  • Easy APIs to add/delete/move row-columns
  • Clipboard Support
  • Frozen Row and Column Footers
  • Hide Rows and Columns
  • Virtual Mode
  • Excel-like Features
  • Selection Modes
  • Formula Support
  • Excel Export
  • CSV Export
  • Grid Tooltips

Syncfusion Essential Grid for Silverlight Cell Types
Syncfusion Essential Grid for Silverlight supports several cell types including Combo Box Drop-Down and Data Template cells.

  • Combo Box
  • Data Template
  • Text Box
  • Check Box
  • Currency Edit
  • Double Edit
  • Integer Edit
  • Percent Edit
  • Up-Down Edit

Syncfusion Essential Grid for Silverlight Grid Tree Control
GridTreeControl is derived from Syncfusion Essential Grid for Silverlight and displays multicolumn 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.

Syncfusion Essential Grid for Silverlight 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 so on for a particular cell.

  • Base Styles
  • Cell Interior
  • Cell Text
  • Cell Borders
  • Cell Formats
  • Cell Comments
  • Covered Cells

Syncfusion Essential Grid for Silverlight 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
  • Grouping
  • Drag Columns
  • Autosize Columns
  • Nested Relations
  • Advanced Filter
  • Summaries
  • Conditional Formats
  • Complex Property Binding
  • Grid Skins
  • Grid Designer
  • Stacked Headers
  • Notify Property Changes
  • Unbound Columns
  • Expression Columns
  • Serialization
  • VS 2010 Designer Support
  • Domain Data Source Support