de Syncfusion - Tipo de producto: Componente / ASP.NET WebForms / ASP.NET AJAX (ATLAS) / ASP.NET MVC / .NET WinForms / .NET WPF / Silverlight / 100% Managed Code
Add an Excel-like, cell-oriented, light-weight, virtual, data-bound grid to your Windows Forms, WPF, Silverlight, ASP.NET and ASP.NET MVC applications. Syncfusion Essential Grid offers Microsoft Excel-like grid functionality and high-performance grouping support for both flat and hierarchical data sources. Syncfusion Essential Grid allows extremely detailed customization down to the cell level. Multilevel undo/redo, shared scrollbar support, data/view separation, floating cells, multiple cell types, and extensibility are features that are included. Syncfusion Essential Grid includes Windows Forms, WPF, Silverlight, ASP.NET and ASP.NET MVC controls.
Nuestros precios Standard están indicados abajo. Inicia una sesión para ver sus precios con descuento.
| Añadir a la Cesta | $ 805.50 | 1 Developer License - with 1 Year Subscription * | Descarga (565.5 MB) | |
| Añadir a la Cesta | $ 364.50 | 1 Developer Annual Subscription Renewal License (for subscriptions soon to expire or up to 30 days past expiration) * | Verificar | Descarga (29 KB) |
| Añadir a la Cesta | $ 604.13 | 1 Developer Reinstatement of Lapsed Subscription License (for subscriptions lapsed longer than 30 days up to one year) * | Verificar | Descarga (29 KB) |
| Añadir a la Cesta | $ 1,165.50 | 1 Developer License with Source Code - with 1 Year Subscription * | Descarga (565.5 MB) | |
| Añadir a la Cesta | $ 526.50 | 1 Developer Annual Subscription Renewal License (for subscriptions soon to expire or up to 30 days past expiration) with Source Code * | Verificar | Descarga (29 KB) |
| Añadir a la Cesta | $ 874.13 | 1 Developer Reinstatement of Lapsed Subscription License (for subscriptions lapsed longer than 30 days up to one year) with Source Code * | Verificar | Descarga (29 KB) |
| Añadir a la Cesta | $ 18,000.00 | Site License - with 1 Year Subscription - Allows upto 500 Developers at a single address * | Verificar | Descarga (565.6 MB) |
| Añadir a la Cesta | $ 7,200.00 | 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 * | Verificar | Descarga (29 KB) |
| Añadir a la Cesta | $ 16,200.00 | 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 * | Verificar | Descarga (29 KB) |
| Añadir a la Cesta | $ 27,000.00 | Site License with Source Code - with 1 Year Subscription - Allows upto 500 Developers at a single address * | Verificar | Descarga (565.6 MB) |
| Añadir a la Cesta | $ 10,800.00 | Site Annual Subscription Renewal (for subscriptions soon to expire or up to 30 days past expiration) with Source Code - Allows upto 500 Developers at a single address * | Verificar | Descarga (29 KB) |
| Añadir a la Cesta | $ 24,300.00 | Site Reinstatement of Lapsed Subscription (for subscriptions lapsed longer than 30 days up to one year) with Source Code - Allows upto 500 Developers at a single address * | Verificar | Descarga (29 KB) |
Nuestros precios incluyen servicio técnico de ComponentSource y, para la mayoría de los productos disponibles para descarga, una copia de seguridad en línea y una actualización GRATUITA a la nueva versión si ésta se publica en un período de 30 días después de la compra. Todas las ventas están sujetas a nuestros Términos y condiciones standard y a nuestra Política de devolución. Por favor, póngase en contacto con nosotros si necesita alguna opción de licencia no incluida en la lista anterior, incluida la compra por volumen de licencias y versiones anteriores.
Nuestros precios Standard están indicados arriba. Inicia una sesión para ver sus precios con descuento.
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?
Syncfusion Essential Grid for Windows Forms General Features
Essential Grid for Windows Forms supports all standard grid control features. In addition, Essential Grid also possesses features such as support for Undo/Redo and OLE Drag-and-drop.
Essential Grid for Windows Forms supports several cell types, including Header Text, Static, Text Box, Check Box, Numeric Up-Down, Push Button, and Combo Box. Additionally, users may derive more cell types from the classes.
Essential Grid for Windows Forms supports MS Excel-like formulas on each cell. It also supports cross-sheet references and named ranges. You can easily add custom functions to its function library.
Syncfusion Essential Grid for Windows Forms MS Office Simulation
Essential Grid simulates popular Microsoft applications. Users will find its interface to be friendly and familiar.
Syncfusion Essential Grid for Windows Forms Cell Attributes
Essential Grid for Windows Forms is implemented using a cell-oriented architecture that allows intricate customization at the cell level.
Syncfusion Essential Grid for Windows Forms Data Binding
Data binding to the grid can be achieved with a single line of code. The grid supports all kinds of 'lists' from IList-derived types to ADO.NET data source instances. The grid automatically discovers the schema of the data source at run time, including any relations set up between tables in a data source, and renders the grid's content automatically. You can alter the grid's schema to hide columns and include unbound columns.
Syncfusion Essential Grid for Windows Forms Grouping Support
Essential Grid offers flexible support for grouping both flat and hierarchical data sources. It supports expression fields, filters, multicolumn sorting, grouping, nested tables/hierarchies, and custom summaries.
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.
Syncfusion Essential Grid for WPF 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.
Syncfusion Essential Grid for WPF 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.
Syncfusion Essential Grid for WPF 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.
Syncfusion Essential Grid for WPF 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.
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.
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.
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.
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.
Syncfusion Essential Grid for ASP.NET Column Types
The columns in Syncfusion Essential Grid for ASP.NET provide various options for customization. The Table Descriptor available for Syncfusion Essential Grid for ASP.NET includes the Columns collection, which is auto-populated by the Fields and Expression Fields collection.
Syncfusion Essential Grid for ASP.NET AJAX Features
Syncfusion Essential Grid for ASP.NET comes with built-in AJAX support. By turning on the Enable Callback command, the grid operates in AJAX mode. Sorting, grouping, resizing, and other commands will then operate through AJAX callbacks instead of postbacks.
Syncfusion Essential Grid for ASP.NET Design-Time Features
Syncfusion Essential Grid for ASP.NET comes with fully-functional Design Time options that let you setup the grid's style and grid Behavior. Data binding can be easily setup and previewed and customized through the designer.
Syncfusion Essential Grid for ASP.NET Events
Syncfusion Essential Grid for ASP.NET provides numerous events to aid you in the creation of interactive applications. Based on the location of the recreated grid data after the user actions, these events are classified as Server-Side and Client-Side events.
Syncfusion Essential Grid for ASP.NET Grouping and Sorting
Syncfusion Essential Grid for ASP.NET when bound to a datasource can be used to performing engine related operations such as grouping and sorting. Grouping allows you to categorize the records based on a specific column. Through sorting, you can arrange the table data either in ascending or in descending order of values in the selected column.
Syncfusion Essential Grid for ASP.NET Paging and Filtering
The Paging function available in Syncfusion Essential Grid for ASP.NET comes in handy when the grid rows exceed the limits of a single page. The default setting pulls all rows and columns irrespective of the data displayed. The paging function can be used to limit the dimensions of the displayed data. Filters in the Grid Grouping Control, enable users to select and display a subset of records based on user-defined criteria. The criteria can be set using a Filter Bar at run time as well as in Design Time.
Syncfusion Essential Grid for ASP.NET Summary Rows and Columns
The Syncfusion Essential Grid for ASP.NET provides options for the inclusion of summary rows for each group. The grid summaries are displayed in the summary rows. The summary rows can be added and defined using the Grid Summary Row Descriptor collection editor available in the Grid Grouping Control. Options for specifying the summary format and summarized columns are also available.
Syncfusion Essential Grid for ASP.NET Appearance
A variety of styling options are available for various sections of the Syncfusion Essential Grid for ASP.NET Control such as group, filter, header, footer, summary and nested cells, and different states such as adding new record, alternate record, and group indent cells.
Syncfusion Essential Grid for ASP.NET Data Binding
Binding data to the grid has been simplified to a single line of code. The grid supports all kinds of "lists" from IList to Datasource Control derived types. The grid automatically discovers the schema of the datasource at run time, including the relationships setup between tables in a datasource and renders the grid contents automatically. The grid's schema can be altered to hide columns and include unbound columns. The default setting pulls all the records to the server irrespective of the number of records displayed on the page. Alternatively, you can use the Pass-Through Grouping feature to selectively query records from the datasource based on the grid's current view.
Syncfusion Essential Grid for ASP.NET Editing
Syncfusion Essential Grid for ASP.NET supports editing of records at run time. It offers different editing modes such as In-place Editing and Editing via Forms to make the editing more user-friendly. Options to add new records and delete existing records are also available. If the datasource can be updated, the grid will automatically save the changes on the underlying datasource.
Syncfusion Essential Grid for ASP.NET Export Options
Syncfusion Essential Grid for ASP.NET provides different export options that let you save its contents in a number of output formats including Excel.
Syncfusion Essential Grid for ASP.NET Navigation Options
Syncfusion Essential Grid for ASP.NET offers complete navigational support for navigating between the grid cells, rows and pages. This is accomplished with the help of the Navigation and Pager Bars, that can be added in Design Time, using the Button Bars collection.
Syncfusion Essential Grid for ASP.NET Printing
Syncfusion Essential Grid for ASP.NET offers comprehensive support to print complete records including groups, summaries, preview rows, and others.
Syncfusion Essential Grid for ASP.NET MVC Grouping
Syncfusion Essential Grid for ASP.NET MVC has the built-in capability to group data by one or more columns. Grouping is performed on the server; only the required data is sent back to the client using AJAX, so the operation is greatly optimized for speed and data transfer.
Syncfusion Essential Grid for ASP.NET MVC Client-Side Interactivity
Syncfusion Essential Grid for ASP.NET MVC has several client-side interactions that are enabled to enhance the end-user experience.
Syncfusion Essential Grid for ASP.NET MVC Unbound Column Support
An unbound column is not bound to any data. This helps when adding a custom column to a grid.
Syncfusion Essential Grid for ASP.NET MVC Paging
Syncfusion Essential Grid for ASP.NET MVC includes a pager bar that can be used to easily navigate to a required page when a grid has data spanning several pages.
Syncfusion Essential Grid for ASP.NET MVC Filtering
Filters in the grid enable users to select and display a subset of records based on user-defined criteria. The criteria can be set using a filter menu at the column header.
Syncfusion Essential Grid for ASP.NET MVC Binding Complex Objects
Syncfusion Essential Grid for ASP.NET MVC supports binding complex data objects. With this feature, complex property values can be bound to a grid.
Syncfusion Essential Grid for ASP.NET MVC Appearance
Syncfusion Essential Grid for ASP.NET MVC has several built-in skins that make styling extremely easy. It is also possible to format data displayed inside the grid.
Syncfusion Essential Grid for ASP.NET MVC Summaries
Syncfusion Essential Grid for ASP.NET MVC provides options for including summary rows for an entire grid. Grid summaries will be displayed within these summary rows.
Syncfusion Essential Grid for ASP.NET MVC Sorting
Syncfusion Essential Grid for ASP.NET MVC has built-in support for sorting by one or more columns. It is also possible to sort using custom logic.
Syncfusion Essential Grid for ASP.NET MVC Grid Editing
Syncfusion Essential Grid for ASP.NET MVC has built-in feature for CRUD operations, that can be used to perform add, edit and delete records in grid.
Syncfusion Essential Grid for ASP.NET MVC Scrolling
The scrolling feature allows a grid to be manually scrolled. When the entire grid needs to be seen, enable scrolling so that the entire grid can be viewed with no boundaries.

Autor
Categoría principal
Productos relacionados
Categorias relacionadas
ComponentSource ofrece un único servicio global, utilizado por más de 1.000.000 de desarrolladores en todo el mundo.