addSelectorClass Method
Add a new css class to the row selector element. This method is designed for other behaviors to use. It shouldn't be necessary to use it otherwise. If mutiple css classes are applied, the resolution will be up to the browser depending on the order that the classes are declared in.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function addSelectorClass(
: GridRow,
: String
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfIRowSelectorsBehavior.addSelectorClass(GridRow,String); |