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.
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.