Wijmo UI for the Web
Grid
Wijmo User Guide > Widgets > Grid

The Wijmo Grid widget (wijgrid) is a tabular datagrid that allows users to interactively select, edit, sort, scroll through, filter, and group data. The grid is highly customizable and can be used to better understand and visualize data more effectively.

For a listing of all of the options, methods, and events available on this widget, please see the API docs for wijgrid.

Important: The wijgrid widget now has a dependency on the wijmo.data module. See Data for more information.

Features include:

  • Sorting
  • Paging
  • Selection
  • Grouping and aggregates
  • Editing
  • Filtering
  • Scrolling
  • Column resizing
  • Column banding
  • Column dataTypes (string, number, datetime, currency and Boolean)
  • Multiple datasources (JSON, HTML, array, object)

In this section

Quick Start

Main Elements

Markup and Scripting

Grid Concepts

Grid How To

Note: Check the Version History for an outline of new features, improvements, and changes to the Wijmo widgets.

Adaptive for Mobile Use

This widget is an adaptive widget in v3. If you are running v2.3.x or earlier, it is not adaptive. You can download v3 here: Downloads Page.

An adaptive widget is different from a jQuery UI widget in that you can use it in both mobile and non-mobile web applications. To use it in non-mobile applications, just use the regular help. To use it in mobile applications:

These steps are demonstrated in the jQuery Mobile topic.

See Also

Concepts

KO

Data