Handles row deletion, triggered by a command grid column.
Namespace: MindFusion.DataViews
File: DeleteCommand.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe following code creates a GridColumn of CommandType and sets its data to be DeleteCommand:
JavaScript
Copy Code
|
|---|
var dv = MindFusion.DataViews; // create the grid columns var column0 = new dv.GridColumn(); |
Inheritance HierarchyMindFusion.DataViews.DeleteCommand
See Also