Screenshot Preview

GridPresenter

par Intersoft Solutions Corporation - Type de produit : Composant / Silverlight / 100% Managed Code

GridPresenter is available as part of WebUI Studio for Silverlight and WPF and WebUI Studio Premier.

If you require more information please Contact Us

Veuillez noter que á moins d’être stipulé autrement, ce produit est un produit anglais.

Add advanced data grid component for your silverlight applications. GridPresenter is a highly-advanced Silverlight data grid control with rich user experiences and over 100 features. With full Silverlight 3 support, GridPresenter includes element binding and .NET RIA Services interoperability for building high-end LOB RIA. GridPresenter supports most browsers (Internet Explorer, Mozilla Firefox, Opera, Safari, Gecko based, etc.).

Please, visit the 'Evals and Downloads' section of this product page to Read a document with the complete WebUI Studio 2009 R1 SP1 Release Notes.

The 'WebUI Studio 2009 R1 SP1 Release Notes' Document contains information about the 150+ improvements made on this release.

 

 


Presenter a data visualization component that offers a data browsing experience with centralized data distribution concept, transforming a datasource into multiple presentations with a single click. DataPresenterManager is the central component that serves as data pool manager and handles all data fetching process and automatically distributes it to other presenter views, such as Icon Presenter, List Presenter, and others. Every data has its own meaning when viewed in different perspectives. Tabular presentation provides full detail of information; Iconic presentation gives you a quick glance over a data; List presenter offers a unique horizontal presentation; Chart lets you analyze your data efficiently. Presenter combines all data presentation making data understanding easier.

Features:

Hybrid Data Presentation with built-in 5 Views
Presenter a data visualization component that introduces a data browsing experience with centralized data distribution concept, transforming a datasource into multiple presentations with a single click. DataPresenterManager is the central component that serves as data pool manager and handles all data fetching process and automatically distributes it to other presenter views, such as Icon Presenter, List Presenter, and others.

Automatic view state synchronization
Work in concert with hybrid presentation feature, automatic state synchronization seamlessly saves the latest data state as users perform various data interactions. The data state, such as filtered columns, sorted columns and columns order, will be properly maintained as user navigates to different views.

High performance VirtualScroll technology
All built-in views in Intersoft Presenter are powered with Virtual Scrolling, a technology that enables each view to display large dataset without performance hit. As a result, end user can enjoy smooth and consistent scrolling behavior regardless of the total number of objects and the rendering complexity.

Ultra fast data loading and fetching with DataPresenterManager
Presenter is optimized for extremely heavy data usage with its data presenter manager concept. All data is fetched and aggregated in one centralized data source and distributed when requested, enabling Presenter to perform data operations quickly and efficiently, without bloating up resources consumption.

Client-side and server-side operations
Designed as an enterprise-ready data visualization component, Presenter offers the flexibility to choose the best data operation mode according to the usage and scenarios. Choose client-side operation to load all data to client-side which eliminates client-server roundtrip. When you’re dealing with larger data, choose server-side operation for best performance as it loads smaller chunk of data when requested by the presenter.

Multiple items selection
Presenter provides multiple items selection feature which is implemented consistently in all built-in presenters. You can select multiple items by using keyboard keys including combination of ctrl and shift key, or by using mouse and keys combination. Thanks to the automatic view state synchronization feature, all selected items will be persisted during view switching, enables user to easily work on selection.

Column ordering
It’s possible to rearrange the column order in Presenter. Simply click and drag on a column and drop it in between columns. Notice that Presenter will adjust its view automatically and move the entire column to the new location. Column rearranging can be used to change the grouping order by simply move the grouped columns inside the action box.

Action box
Presenter enables users to conveniently perform various actions – such as sorting, grouping or filtering – directly in a centralized, intuitive action box. When a column is hovered, click on the drop down arrow next to the column caption to show the action box, and then perform the desired data operation.

Bind to Intersoft DataSource
With the declarative databinding concept, Presenter enables you to bind to your ADO.NET data services, Wcf service, and Xml document instantly, without writing a single line of C# codes. When properly configured, Presenter will be able to perform sorting, grouping, filtering as well as CRUD operations effortlessly.

Comprehensive editing features
Apart from its extra ordinary data viewing features, Presenter also offers full-featured data editing capabilities – enabling users to easily add, edit, and delete records. Presenter works in concert with declarative datasource components such as Intersoft WcfDataSource and pass on the required information to the attached data source control which processes the data transactions elegantly.

Built-in data validation engine
High-quality data is very essential for mission-critical web applications. Understanding the need to provide the most accurate input, Presenter includes highly customizable input validation engine. From simple “field must be filled in” to more advanced validation, Presenter offers the most comprehensive, flexible APIs for total control over validation process.

Data grouping
Grouping operation in Presenter can be done elegantly through the action box in each column. Simply click on the column’s right header to open the action box and select the group button. Group rearrangement is also possible by simply moving the grouped columns, while sorting can be done by clicking on the grouped column’s header inside the action box. You can also define the initial group state and customize the group interval to deliver more logical grouping options for users.

Data sorting
Simply click on each column header to perform sorting. Available in three sorting mode, ascending, descending, and none, Presenter enables users to perform multiple sorting in multiple direction at the same time. It’s also enhanced to support column sorting while the column is grouped at the same time.

Data filtering
Sharing the same user interface concept as grouping and sorting, data filtering action is also accessible through the action box. By default, all values of the selected column will be displayed. Just check or uncheck the checkbox to filter it. Custom filtering options are also offered to provide more elegant filtering mechanism for number data type. For example, you can create a range of numbers options such as 0-10, 21-30, 31-40, and so on.

Data paging
Presenter supports two modes of data paging, client-side and server-side paging. Client-side paging fetches all data on first load and thus suitable for smaller data size, while server-side paging connects to data source control and retrieves only a small chunk of data required by current view – makes it a perfect choice for real-world, fast-growing data.

Synchronized data drilling
Data drilling is a unique feature for presenting hierarchical data intuitively in a drill-down style user interface. The synchronized data drilling lets users drill down data while simultaneously maintaining the drill down state as users perform data operations and view switching. To get the child data, simply connect it to AstoriaDataSource or WcfDataSource, and then handle the data fetching implementation accordingly.

Hybrid data drilling
Only Presenter has hybrid data drilling, a breakthrough feature that lets you displays child data in different presenter views. For example, you can display the root data with an IconPresenter, and then use GridPresenter for the second child data and so on. Thanks to Presenter’s rock solid architecture – you can also create your own custom view and consume it to display child data.

Extensibility through iDataPresenter
Presenter is enhanced with highly extensible view capability, enabling developers to easily plug-in their custom-made view into Presenter Manager easily. By simply inheriting IDataPresenter interface and pass all required information, Data Presenter Manager will automatically provide all required information to your custom-view. It will be integrated into Presenter Manager and shares the same rich data interaction experience as in any built-in views. Data paging, sorting, and filtering will be enabled automatically.

Out of Browser (OOB) support
Presenter Manager now fully supports Out of Browser, a new feature in Silverlight 3 for building RIA applications that run on the desktop. It enables the application to be placed in a restricted store on the user’s machine; and then provide a link directly to it from the user's desktop or start menu for quick access.

Element-to-element binding
Harnessing the power of Silverlight 3, Presenter Manager now supports element-to-element binding architecture, which includes binding to DomainDataSource and other CLR objects. When bound to a datasource control such as DomainDataSource, it seamlessly retrieves the data in the background through the underlying datasource interface – making line-of-business RIA development easier than ever.

Comprehensive .NET RIA Services Support
All data presenter components have been further improved to take advantage of the enhanced data support in Silverlight 3, including easy data binding to .NET RIA Services, support for business objects, and more. The tight integration between Presenter Manager and .NET RIA Services offer seamless data operations, enabling you to easily load, sort, filter and page data without writing single line of codes. In addition, Presenter Manager also supports two-way data binding out-of-the-box, as well as batch update for optimized data transaction performance.

 


Recherche produit

Entrez vos critères de recherche :

Informations connexes

View All Related News... 

Pourquoi acheter chez ComponentSource ?

ComponentSource offre un service international unique, reconnu par plus de 1 000 000 développeurs de logiciels partout dans le monde.

Complément d'informations | Notre société