Overview

19 Mar 20181 minute to read

The Grid control for Angular 1.0 is an efficient display engine for tabular data. It will pull data from a datasource, such as array of JSON objects, OData web services,or ej.DataManager binding data fields to columns and displaying a column header to identify the field. It is a feature-rich control that provides extensive appearance customization options with support for grouped records. This Grid is very useful for generating complex grid-based reports with rich formatting. The most important features available in the Grid control for Angular 1.0 are paging, sorting, filtering, searching, grouping, and editing.

Key Features

Some important features of the Grid control are:

  • Datasources: Bind the Grid control with an array of JSON objects or ej.DataManager.
  • Responsive: Provides three level of responsive modes which includes redesigned UI for mobile.
  • Sorting and grouping: Supports n levels of sorting and grouping.
  • Filtering: Offers Excel-like filtering to filter data.
  • Editing: Offers two editing modes to insert, edit, and delete records in a grid.
  • Paging: Provides the option to easily switch between pages using the pager bar.
  • Reordering: Allows you to drag any column and drop it at any position in the Grid’s column header row, allowing columns to be repositioned at the required place.
  • Resize columns: Grid provides option for resizing the columns.
  • Summary support: Offers options for specifying summary rows and columns.
  • Detail template: Offers to render the detail row for the corresponding expanded master row.
  • Unbound columns: Offers the option to specify unbound columns.
  • RTL support: Provides a full-fledged right-to-left mode that aligns content in the Grid control from right to left.
  • Localization: Provides inherent support to localize the UI.