Article Details
| Id: | 17420 | 
| Product: | finPOWER Connect | 
| Type: | NEW | 
| Version: | 3.03.04 | 
| Opened: | 23/09/2020 | 
| Closed: | 02/10/2020 | 
| Released: | 02/12/2020 | 
| Job: | J025119 | 
HTML Widgets; Grids; 'small' style can now be applied at a row level
The InitialiseRow event of a widget.UI.Grid control allows certain styles to be set on rows and cells.
Previously, the "small" style could only be set on a per-cell basis. This style can now be applied to an entire row, e.g.:
// cell stylee.row.cells.AccountId.small = true;// row stylee.row.small = true;