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

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 Enables users to configure the summary view by setting the status (title), style (default format), and sort order (ascending or descending). It also includes a filter refresh option that automatically updates the tile with the most recent data.

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 .From the query, the user can define the ID,Parent ID, Tree Index and Display Type (Default Collapse and Default Expand).

Conditional Format

'conditional format' json Applies styling based on cell values.

Table Layout

'tablelayout' string Defines how data is arranged in rows and columns in a structured table format.

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

Data

On Demand

'ondemnd' string By checking in On Demand, Refresh button will be shown for the control


Methods

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