Version

removeSelectorClass Method

Removes a css class from 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 removeSelectorClass( 
   row : GridRow,
   cssClass : String
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfIRowSelectorsBehavior.removeSelectorClass(GridRow,String);

Parameters

row
Reference to the row.
cssClass
CSS class name.
See Also