Skip to main content

Data View

Properties | Methods

A DataView is a dynamic, data-bound view of a DataTable that enables you to filter, sort, search, edit, and navigate its rows without copying or altering the original data.

Properties

1. Custom

Excel Exports 'excel exports' boolean

Lets you save the grid’s data as an Excel file.

PDF Exports 'pdf exports' boolean

Allows you to export the grid’s data as a PDF document.

Action 'action' json

A user-triggered operation, like clicking a button to export or refresh.

Column Chooser 'column chooser' boolean

Enables users to show or hide columns by picking them in a menu.

Selection Type 'selection type' decimal

Defines whether users can select single rows, multiple rows, or cells.

Allow Grouping 'allow grouping' boolean

Lets users group rows based on a column’s value.

Summary View 'summaryview' string

Allows the user to arrange status(Title), style(default format) and order(Ascending/Descending) of summary view

Download File Name 'download file name' text

Sets the default file name when exporting data.

Auto Row Number 'auto row number' json

Automatically adds row numbers to each row.

Paging 'paging' json

Splits data into pages so users can navigate through them.

Row Template 'itemtemplate' json

It determines how fields and controls are arranged and displayed for every record.

Display Type 'display type' decimal

Determines how data is visually presented (e.g., text, template, image).

Display Setting 'display setting' string

Controls layout features like column visibility and order.

Conditional Format 'conditional format' json

Applies styling based on cell values.

Allow Text Wrap 'allow text wrap' boolean

Lets long text wrap within cells so it stays fully visible.

Hide Toolbar 'hide toolbar' boolean

Lets you hide the search option in the data view


Methods

For more information on Methods in this section, see the General-Methods.