dispose Method
This method is called by the framework, when the grid unloads. This is where the RowAdding behavior removes all the event handlers that it had attached.
Syntax
| ASP.NET Ajax Javascript (Specification) | |
|---|
function dispose() : (Any); |
| ASP.NET Ajax Javascript (Usage) | |
|---|
var resultVar = instanceOfRowAdding.dispose(); |