Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
removeSelectorImage Method
Remove a css class containing image information from the row selector's image area.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function removeSelectorImage(
: GridRow,
: String
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfRowSelectors.removeSelectorImage(GridRow,String); |
Parameters
- row
- Reference to the row.
- cssClass
- CSS class name.
See Also