Skip to main content
1-Visitor
January 31, 2018
Solved

how to set the color to grid cell when its value is updated

  • January 31, 2018
  • 1 reply
  • 1772 views

Hi, I want to change the color of the grid cell when it is updated

Best answer by aseaton

Sameera,

Use the RowFormat configuration to design how you want your grid to look based on values in the grid.

Here i have designed the style of the grid row based on the value of the property MVA. The grid will update as the property value changes.

as for a grid cell, i'm not sure we have the ability to do this yet. The new composer will allow us greater access using CSS and therefore i believe we might be able to achieve this kind of thing.

https://community.thingworx.com/groups/nextgen-composer/blog/2018/01/12/new-in-82-collection-and-css-editor

Hope it helps,

Andy

1 reply

aseaton12-AmethystAnswer
12-Amethyst
January 31, 2018

Sameera,

Use the RowFormat configuration to design how you want your grid to look based on values in the grid.

Here i have designed the style of the grid row based on the value of the property MVA. The grid will update as the property value changes.

as for a grid cell, i'm not sure we have the ability to do this yet. The new composer will allow us greater access using CSS and therefore i believe we might be able to achieve this kind of thing.

https://community.thingworx.com/groups/nextgen-composer/blog/2018/01/12/new-in-82-collection-and-css-editor

Hope it helps,

Andy