Hello,
Kindly if i can get help as I want to remove this yellow border in the below screenshot.
I have tried to check in design mode > colors but it is not working.
Kindly if you can advise.
Thanks,
Kajal
Hi @Kajal ,
That’s the native behavior of a Dataview column when a cell is clicked/selected. Unfortunately, I don't think there is a built-in option to disable it.
You could apply a simple workaround to hide it using a Label object: - Add a Label object to your screen - Remove the default “Label” text from it - Position it so that it covers the highlight bar
Here’s how it looks in practice:
Highlight bar visible:
Dragging a new label object:
Label placed to hide the highlight bar:
It’s not a perfect fix, but it's a quick way to effectively hide that highlight bar.
Kind regards, Hamza