Skip to main content
1-Visitor
February 5, 2021
Solved

Is there a way to hide the grid lines for the grid widget

  • February 5, 2021
  • 1 reply
  • 2270 views

Hi,

I want to hide the lines (cell border) around the cells on a grid widget. Does anyone know if there is a way to do this, or at least give them a colour of my choosing.

 

TIA

K

 

Best answer by c_lowy

Hi @khayes1,

 

The lines of the Grid Advanced cells are defined by the "Line Color" setting of the style applied to CellBorderStyle and RowBorderStyle of the Advanced Grid Style Properties.

 

The row borders will be displayed as dark grey by default but alternatively can be set to white using the line color of the RowBorderStyle.

1 reply

c_lowy16-PearlAnswer
16-Pearl
February 5, 2021

Hi @khayes1,

 

The lines of the Grid Advanced cells are defined by the "Line Color" setting of the style applied to CellBorderStyle and RowBorderStyle of the Advanced Grid Style Properties.

 

The row borders will be displayed as dark grey by default but alternatively can be set to white using the line color of the RowBorderStyle.

khayes11-VisitorAuthor
1-Visitor
February 6, 2021

Thank you.

I only had the normal grid widget, but that doesn't have the cell border style. I have imported the advanced widget now & it is working as desired. Thanks for the quick reply.

K