Article Details
Id:14735
Product:finPOWER Connect
Type:NEW
Version:3.00.07
Opened:19/07/2017
Closed:25/07/2017
Released:18/08/2017
Job: J019331

HTML Widgets; Grids; Rows can now be styled

The InitialiseRow event can now be used to change the text and background colours of a Grid row.

function gridItems_InitialiseRow(e) {
    e.row.backgroundColour = "pink";
    e.row.colour = "lime";
}