3.2.0

How to shut off selections altogether

I'm playing with using the GridWidget to display a number of URLs. When a particular row is clicked I would like to disable all actions including the highlighting of the row. Is there a way to shut that off?

Thanks!

Dave
Dave
January 6,
This exact question was asked just a few days ago. Please look through previous posts to find your answer (hint- there is a search feature for the forum).
Jim Hunter
January 7,
I used these two styles

.aw-cells-selected { background: none; }
.aw-rows-selected { background: none; }
Tony
January 9,
Errrr.. that code is for 2.0
Tony
January 9,

This topic is archived.

See also:


Back to support forum