Kendo.Mvc.UI.Fluent.GridToolBarCommandFactory
Defines the fluent interface for configuring toolbar commands.
Methods
Create
Defines a create command.
Excel
Represents a command which exports the current grid data to Excel.
Represents a command which exports the current grid data to PDF.
Save
Defines a save command.
Custom
Defines a custom command.
Search
Defines a custom command.
Template(System.Action)
Sets toolbar template.
Parameters
template System.Action
The action defining the template.
Template(System.String)
Sets toolbar template.
Parameters
template System.String
The template
Template(System.Action<Kendo.Mvc.UI.Grid<T>>)
Sets the toolbar template.
Parameters
template System.Action<Kendo.Mvc.UI.Grid>
The action defining the template.
Template(System.Func<Kendo.Mvc.UI.Grid<T>,System.Object>)
Sets the toolbar template.
Parameters
template System.Func<Kendo.Mvc.UI.Grid,System.Object>
The action defining the template.