diff options
-rw-r--r-- | documentation/components/components-grid.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/components/components-grid.asciidoc b/documentation/components/components-grid.asciidoc index 74d196cf28..898935b4c1 100644 --- a/documentation/components/components-grid.asciidoc +++ b/documentation/components/components-grid.asciidoc @@ -957,9 +957,9 @@ You can style entire rows or individual cells with a [[components.grid.stylegeneration.row]] === Generating Row Styles -You set a [interfacename]#StyleGenerator# to a grid with -[methodname]#setStyleGenerator()#. The [methodname]#getStyle()# method gets a -date item, and should return a style name or [parameter]#null# if +The easiest way to style rows is to make a lambda and set it with +[methodname]#setStyleGenerator()# to a grid. +The lambda gets a data item, and should return a style name or [parameter]#null# if no style is generated. For example, to add a style names to rows having certain values in one |