ADDITIONAL EVENTS
These block allow to listen on the specified grid events. As for the default Data Grid events, these blocks need to be inserted in the widget tree AFTER the Data Grid block.
Occurs after the user auto-sizes a column by double-clicking the right edge of a column header cell.N.B. Auto-size a column triggers also the OnResizedColumn event.
Occurs after one or more columns are frozen (or unfrozen).
Occurs after one or more columns are pinned (or unpinned).
Occurs when the user finishes resizing a columnN.B. Auto-size a column triggers also the OnResizedColumn event.
Occurs after the grid has updated its internal layout.
OnLoadedRows
This block enables to listen the OnLoadedRows event of a given grid.Occurs after the grid rows have been bound to items in the data source.
OnCollectionChanged
This block enables to listen to the OnCollectionChanged event of a given grid's CollectionView.Occurs when the collection changes.
OnPageChanged
This block enables to listen to the OnPageChanged event of a given grid's CollectionView.Occurs when the collection page changes.
UTILITIES
CLIENT ACTIONS
A JSON string of List of the row structure is returned.
The component permits to save grid layouts in different ways:
By using the client action Datagrid_SetHeaderVisibility it is possible to:
Returns the rows on the datagrid, with the filters applied.A JSON string of List of the row structure is returned.