Version

removeSelectorImage Method

Remove a css class containing image information from the row selector's image area. This method is designed for other behaviors to use. It shouldn't be necessary to use it otherwise.
Syntax
ASP.NET Ajax Javascript (Specification) 
function removeSelectorImage( 
   row : GridRow,
   cssClass : String
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfIRowSelectorsBehavior.removeSelectorImage(GridRow,String);

Parameters

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