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(
: GridRow,
: String
) : (Any); |
| ASP.NET Ajax Javascript (Usage) | |
|---|
var resultVar = instanceOfIRowSelectorsBehavior.removeSelectorImage(GridRow,String); |