New to Kendo UI for Vue? Start a free 30-day trial

GridExpandChangeEvent

Represents the object of the onExpandChange event.

NameTypeDefaultDescription

collapsedGroups?

any[][]

The array with collapsed groups.

dataItem

any

The data item that is expanded or collapsed.

event?

any

A specific native DOM event which is fetched by Vue.

target?

any

An event target.

value

boolean

The available values are:

  • true—If the data item is expanded.
  • false—If the data item is collapsed.

In this article

Not finding the help you need?