Datagrid Commands | |
Type | glossary |
Dictionary | DataGrid |
Library | Data Grid |
Syntax |
|
Associations | datagrid |
Summary | Datagrid commands are issued via 'dispatch' or 'send'. |
Description | To issue a command to the datagrid you can use 'dispatch' or 'send'. 'Dispatch' is preferred as it has the nice 'with' syntax for sending parameters. Using dispatch:
Using send:
|