GridActionCommandFactory
Methods
Edit()
Defines a edit command.
RETURNS
Returns the current GridEditActionCommandBuilder instance for method chaining.
Destroy()
Defines a delete command.
RETURNS
Returns the current GridDestroyActionCommandBuilder instance for method chaining.
Custom(System.String)
Defines a custom command.
Parameters
name - System.String
RETURNS
Returns the current GridCustomActionCommandBuilder instance for method chaining.