Dear Support!
I have two RenderViews, “renderView1” and “renderView2”, placed side by side.
renderView1
renders “surface1”.renderView2
renders “surface2”.- Each RenderView has its own Select Cells and Clear Selection buttons.
When I select cells in renderView1
using “Select Cells On”, I see the expected pink-colored lines indicating the selection. However, when I make a selection in renderView2
, the selection in renderView1
is automatically cleared.
It seems that making a new selection hides the previous selection, which makes sense within a single view. However, I would like to understand why making a new selection in one view clears the selection in another. Is this the expected behavior, or is there a way to retain selections across multiple views?