A base class for grid row commands.
Namespace: MindFusion.DataViews
File: Command.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
ExampleThe following code extens the Command class to implement a delete command that shows a confirmation dialog:
JavaScript
Copy Code
|
|---|
// define a delete command, that shows a confirmation dialog before deleting the record static createControl(sender, args) |
Inheritance HierarchyMindFusion.DataViews.Command
See Also