Handles row deletion, triggered by a command grid column.
Namespace: MindFusion.DataViews
File: DeleteCommand.js
JavaScript Copy Code |
---|
// class |
The 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(); |
MindFusion.DataViews.DeleteCommand