:: Forum >>

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
Wednesday, May 24, 2006
You can specify selection colors

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


or disable selection behavior completely

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

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


Allan
Friday, May 26, 2006

This topic is archived.


Back to support forum

Forum search