3.2.0

Click on Grid cell

Right now, by default, when you click on any grid's cell, the background color becomes blue. How to change this behavior to just like nothing happened, no background and font colors' changed?

Thanks,
Allan
May 24,
You can specify selection colors

.aw-cells-selected {
    color: black;
    background: none;
}


or disable selection behavior completely

obj.setController("selection", {});
Alex (ActiveWidgets)
May 25,

Thanks Alex!
I try the first method before but it did not work.
The second method -disable selection behavior completely works.


Allan
May 26,

This topic is archived.

See also:


Back to support forum