Skip to main content

How to change background color in grid’s column

You are here:

 

  • Go to “Stylesheets” after navigating to the “Designer”.
  • Click on “+ / Add New”.
  • Enter the stylesheet code as explained below:

 

tbody.inputgrid-table-body-1-118 tr td:nth-child(1){
background:yellow;
}

 

  • In the code above;
  • -1: page ID
  • 118: control ID and, (1) is the column ID in the grid.