010-68421378
sales@cogitosoft.com
Categories
AddFlow  AmCharts JavaScript Stock Chart AmCharts 4: Charts Aspose.Total for Java Altova SchemaAgent Altova DatabaseSpy Altova MobileTogether Altova UModel  Altova MapForce Altova StyleVision Server Altova MapForce Server Altova Authentic Aspose.Total for .NET Altova RaptorXML Server ComponentOne Ultimate Chart FX for SharePoint Chart FX CodeCharge Studio ComponentOne Enterprise combit Report Server Combit List & Label 22 Controls for Visual C++ MFC Chart Pro for Visual C ++ MFC DbVisualizer version 12.1 DemoCharge DXperience Subscription .NET DevExpress Universal Subscription Essential Studio for ASP.NET MVC FusionCharts Suite XT FusionCharts for Flex  FusionExport V2.0 GrapeCity TX Text Control .NET for WPF GrapeCity Spread Studio Highcharts Gantt Highcharts 10.0 版 HelpNDoc Infragistics Ultimate  ImageKit9 ActiveX ImageKit.NET JetBrains--Fleet JetBrains-DataSpell JetBrains--DataGrip jQuery EasyUI jChart FX Plus Nevron Vision for .NET OPC DA .NET Server Toolkit  OSS ASN.1/C Oxygen XML Author  OSS 4G NAS/C, C++ Encoder Decoder Library OSS ASN.1 Tools for C with 4G S1/X2 OSS ASN.1/C# OSS ASN.1/JAVA OSS ASN.1/C++ OPC HDA .NET Server Toolkit OPC DA .Net Client Development Component PowerBuilder redgate NET Developer Bundle Report Control for Visual C++ MFC  Altova StyleVision Sencha Test Stimulsoft Reports.PHP Stimulsoft Reports.JS Stimulsoft Reports.Java Stimulsoft Reports. Ultimate Stimulsoft Reports.Wpf Stimulsoft Reports.Silverlight SPC Control Chart Tools for .Net SlickEdit Source Insight Software Verify .Net Coverage Validator Toolkit Pro for VisualC++MFC TeeChart .NET Telerik DevCraft Complete Altova XMLSpy Zend Server

NOV GRID FOR .NET

NOV GRID FOR .NET

The high performance Data Grid component for your WinForms, WPF, Silverlight, Xamarin.Mac, MonoMac applications.

Nov grid charts largeDot net grid groupingNov grid conditional formatting

 

NOV Grid for .NET
Advanced Data Grid component for .NET application development

NOV Grid for .NET is a high performance Data Grid component for displaying and editing tabular data within your WinForms, WPF, Silverlight, MonoMac and Xamarin.Mac applications. 

The NOV Grid for .NET framework includes a TableGrid and a TreeGrid (ListTreeView) controls with many advanced features for data-binding, formatting, editing, navigation and more. Whether you need to simply display and edit tabular data or need to provide your users with a full-featured data exploration tool, NOV Grid for .NET can help you achieve your objectives quickly and easily. 

NOV Grid for .NET is built upon the NOV Document Object Model (DOM) and is a scalable and extensible solution. You can use any type of widget as cell editor or cell visualization. 

NOV Grid for .NET features:

  • Great performance
  • Binding to diverse set of data sources
  • Grouping, Sorting, Filtering
  • Master - Detail
  • Hierarchical view
  • Calculated columns
  • Frozen rows and columns
  • Column reordering and resizing
  • Row resizing
  • Conditional column formatting
  • Null values support
  • In-place editing
  • Selection and navigation
  • NOV Widget Hosting

NOV Grid is part of Open Vision for .NET Professional Edition

 

NOV Grid for .NET - Features Overview

 

NOV Grid for .NET is a high performance Data Grid component for displaying and editing tabular data within your Windows (WinForms and WPF), Mac OS X (MonoMac and Xamarin.Mac) and Silverlight applications. 

Currently NOV Grid for .NET includes two grid widgets - Table Grid View and Tree Grid View (ListTreeView) that are built over the same grid core. 

Following is an overview of its most important features: 

 

Binding to diverse set of data sources-

NOV Grid for .NET provides support for data-binding to a diverse set of data sources. The Grid displays data from a data source assigned to it's DataSource property. 

A data source is an attribute that aggregates a Data Table. Data Tables help you define data in-memory, or bind to different collections of objects. You can work with all types of data tables in a consistent and intuitive manner. The Data Table exposes various operations that help you add/remove fields and rows, get or set cell values as well as perform different queries.

 

Optimized for high performance-

With NOV Grid for .NET you can load 1M+ records (million records) without compromising performance. 

The Grid allows end-users to perform Smooth Scrolling, Grouping, Sorting and Filtering on hundreds of thousands of records instantly, without lags or delays.

 

Data Processing - Filtering, Grouping, Sorting-

The NOV Grid for .NET data processing capabilities allow you to easily perform Filtering, Grouping, Sorting or Self-Referencing operations on your data. Both the Table Grid and Tree Grid are performing the Filtering and Sorting processes, however the order of the data processing algorithm is different for each type of grid. Following is an overview of the data processing algorithm for each type of grid.

  • The Table Grid allows Filtering, Grouping and Sorting
  • The Tree Grid allows Filtering, Self-Referencing and Sorting

 

Filtering-

Filtering is the process of passing only certain records from the data source to be displayed by the grid. 

NOV Grid allows you to create filter rules that work on column and field provided row values. This makes it possible to create filter rules that work on calculated columns (i.e. columns that do not have an associated field in the data source) as well as create filter rules that work on data source fields, regardless of whether they are represented by columns in the grid.

 

Sorting-

Sorting is the process of sorting the rows that reside on the same hierarchical level. The grid support multiple sorting rules that define a certain sorting order of the rows that reside at the same level in the grid grouping or self-referencing level. 

Sorting can be visually performed by the user in several ways:

  • Clicking on the Column Headers or Sorting Buttons - when the user clicks on the column headers or the sorting buttons, this will toggle the sorting direction in which that specific column is sorted. Additionally when the user holds down the Ctrl key, it is possible to perform sorting on multiple grid columns.
  • Selecting the Sort Ascending or Sort Descending command from the Column Context Menu - the user can sort by a specific column by selecting the respective commands in the column context menu.

 

Grouping - specific to the Table Grid-

The purpose of the Table Grid Grouping is to create a hierarchical organization of the grid rows, such that the rows that reside in each group share some common grouping defined common value. 

The Table Grid supports multi-level grouping. Because each grouping rule can produce multiple groups and because there are multiple grouping rules, this creates a hierarchically grouped grid. There is a sorting direction associated with each grouping rule.

 

Self-Referencing - specific to the Tree Grid-

Self-referencing is only applicable to the Tree Grid. Self-referencing produces a tree-like structure from a tabular data source. This is achieved by specifying two fields of the data source - one that identifies each record uniquely and another that specifies the parent record of the record.

 

Master - Details-

Master - Details is a feature of the Table Grid that allows you to display additional information (details) for each record data row. 

Master - Details allows you to display other tables data that is related to the master table rows - NTableGridDetail and NTreeGridDetail are master-details that can display a Table Grid or Tree Grid showing information from a slave data source.

 

Calculated Columns-

Unlike Data Columns, calculated columns do not show a specific data source field. Instead it is a user responsibility to define a value for each data source row. Typically this value is a product of other data source fields. For example the TOTAL column in many grids is derived by multiplying the PRICE * QUANTITY values. Calculated columns can also be used when you want to extract information about a specific data row from another data source. There are two types of calculated columns:

  • Formula Calculated Column - this is a calculated column that is defined as a formula. The value that this column assigns to each row is the result of a formula evaluation, where you can use other column values.
  • Custom Calculated Column - this is a calculated column that calls a user handled delegate to obtain a row value on-demand.

Filtering, Grouping and Sorting can be performed on the calculated columns.

 

Column Conditional Formatting-

Column Conditional Formatting helps you format certain data cell views, according to specific rules. NOV Grid for .NET provides strong support for authoring complex cell conditions. 

Besides static fill rules, NOV Grid for .NET also supports gradient background and text fill declarations, that can be defined as a two color or three color gradient.

 

Column Formats-

The NOV Grid Column Format allows the modification of the visualization of the data cell value. 

Generally, the Column Formats are logically divided into two categories:

  • Default Column Formats - these are the standard column formats that the grid by default uses, for specific row values types.
  • Extended Column Formats - these are column formats that the grid does not use by default, but you can manually assign to certain columns.

NOV Grid also provides support for Custom Column Formatting - this allows you to use any NOV widget to represent the row values e.g. Charts, Gauges, Barcodes, or other widgets.

 

Column Reordering and Resizing-

Resizing Grid columns - the width of the column can be determined in several ways:

  • Auto
  • Fixed
  • Size To Cells
  • Size To Header
  • Percent

Additionally the user can also resize the columns or double-click the column separators to "best fit" the columns. 

Reordering Grid columns – allows the user to change the order of the columns by dragging them.

 

Grid Frozen Columns and Frozen Rows-

NOV Grid for .NET provides support for Frozen Columns and Frozen Rows. 

Frozen Columns can be frozen to the left or right side of the grid window area. 

Frozen Rows appear pinned to the column headers and they are controlled by the FrozenRows grid property. It specifies the count of rows from the top of the grid, that are non-scrollable.

 

Grid Protection and Column Protection-

Grid protection refer to the set of properties that can help you restrict the user to perform certain actions with the grid in general. 

For operations that apply to columns, there is also a respective Column Protection property that can restrict the same operation for a specific column only.

 

Support for Null Values-

NOV Grid for .NET provides support for Null Values. The Grid also supports editing of null values.

 

Grid Selection-

The Grid selection is organized to work around grid rows and to maintain the notion of a Current Row and Current Cell. 

Selection can be configured to operate in two modes via its Mode property:

  • Single - only a single row can be selected;
  • Multiple - multiple rows can be selected;

The Grid selection is also responsible for performing a variety of navigation commands that can alter the current cell, select/deselect rows and also change the current cell. The selection also exposes properties that control the events that trigger the current cell editing.

 

Grid Alternating Rows-

The Grid alternating rows are useful when you need to display grids with many columns, since the user can easily follow the values that belong to the same row. Thus alternating rows increase the readability of the grid. 

NOV Grid for .NET provides full control over the alternating rows appearance, interval and length.

 

Gridlines-

NOV Grid for .NET features several types of gridlines that are displayed by the Grid cells, Columns and Row Headers.

  • Grid Gridlines - the gridlines that separate the rows and data cells;
  • Columns Gridlines - Top Gridline, Bottom Gridline and Vertical Columns Gridlines;
  • Row Headers Gridlines - Left Gridline, Right Gridline and Horizontal Row Headers Gridlines;

NOV Grid provides full control over the appearance of the gridlines stroke.

 

Right-to-Left and Localization Support-

NOV Grid for .NET provides full localization support and right-to-left support. 

The NOV Framework Localization support allows you to translate the entire user interface (UI) of your applications.

 

NOV Widget Hosting-

The architecture of the NOV Framework allows you to host any NOV Widget into other NOV Widget. 

This allows you to use NOV widgets to represent the Grid row values, for example Charts, Gauges, Barcodes, or other widgets.

Quick Navigation;

© Copyright 2000-2023  COGITO SOFTWARE CO.,LTD. All rights reserved