search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Main rows with background color opacity less than 1 don't get covered by fixed rows

Asked by Anonymous
3 years ago.

Hi,
I have a use case where the cell background should be set to certain color with an opacity less than 1. In this case I discovered that these cells don't get covered by the fixed rows (top and bottom) as you can see in the attached screenshot.

You can reproduce the bug with this project (https://drive.google.com/file/d/10XpXzlycl0Bmj3SwB6F5I8bTzSiHu6Pi/view?usp=sharing)

If you set the opacity to FF or remove it completely, then it works.

    onBeforeCellRender: (args) => {
      args.cell.backColor = '#D3D3D366';
    },

Best regards

Answer posted by Dan Letecky [DayPilot]
3 years ago.

This is by design. The frozen rows are displayed on top of the main grid and if you use transparent background for the frozen row cells you'll see the underlying grid.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.