Version

removeSelectorImage Method

Remove a css class containing image information from the row selector's image area.
Syntax
ASP.NET Ajax Javascript (Specification) 
function removeSelectorImage( 
   row : GridRow,
   cssClass : String
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfRowSelectors.removeSelectorImage(GridRow,String);

Parameters

row
Reference to the row.
cssClass
CSS class name.
Remarks

This method is designed for other behaviors to use. It shouldn't be necessary to use it otherwise.

See Also