• Getting Started
  • Components
    • Barcodes
    • Buttonsupdated
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogsupdated
    • Drawing
    • Dropdownsupdated
    • Editorupdated
    • Excel Export
    • File Saver
    • Filter
    • Ganttupdated
    • Gauges
    • Gridupdated
    • Iconsupdated
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBoxupdated
    • ListView
    • Mapbeta
    • Menusupdated
    • Navigationupdated
    • Notification
    • Pagerupdated
    • PDF Export
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollViewupdated
    • Sortableupdated
    • ToolBarupdated
    • Tooltipsupdated
    • TreeList
    • TreeView
    • Typography
    • Uploadsupdated
    • Utilitiesupdated
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

DataBindingDirective

A directive which encapsulates the in-memory handling of data operations such as paging, sorting, and grouping (more information and examples).

<kendo-grid [kendoGridBinding]="gridData" ...></kendo-grid>

Selector

[kendoGridBinding]

Inputs

NameTypeDefaultDescription

kendoGridBinding

any[]

The array of data which will be used to populate the Grid.

filter

CompositeFilterDescriptor

Defines the descriptor by which the data will be filtered.

group

GroupDescriptor[]

The descriptors by which the data will be grouped.

pageSize

number

Defines the page size used by the Grid pager.

skip

number

0

Defines the number of records that will be skipped by the pager.

sort

SortDescriptor[]

Defines the descriptors by which the data will be sorted.

Methods

notifyDataChange

Notifies the Grid that its data has changed.

In this article

Not finding the help you need?