Classes
Events
-
didRedraw
-
The
GridViewdid redraw the DOM. This event may trigger frequently when virtualization is enabled. -
didRedrawBody
-
-
didRedrawFooter
-
-
didRedrawHeader
-
-
didReload
-
The
GridViewdid reload data from the data source. This event take 2 parameters- succeeded (Boolean), true if the data fetch succeeded
- data|rejection (Object)
- If the data fetch succeeded, pass the fetched data in form of
{ totalCount, items }. WheretotalCountis the server side total item count, and the items is the array of data items with current query condition - If the data fetch failed, pass the rejection object, which is
usually an
Errorobject from the data source
- If the data fetch succeeded, pass the fetched data in form of
-
didUpdate
-
The
GridViewdid update its configuration and redraw. -
willRedraw
-
The
GridViewwill redraw the DOM. This event may trigger frequently when virtualization is enabled. -
willRedrawFooter
-
-
willRedrawHeader
-
-
willReload
-
The
GridViewwill reload data from the data source. -
willUpdate
-
The
GridViewwill update its configuration and redraw. -
wwillRedrawBody
-