Kendo.Mvc.UI.Grid
The server side wrapper for Kendo UI Grid
Properties
Selectable
Gets the selection configuration
Search
Configures the Kendo UI Grid search bar settings.
EncodeTitles
If set to true the column title will be HTML-encoded before it is displayed. If set to false the column title will be displayed as is.
RowTemplate
Gets the template which the grid will use to render a row
Filterable
Gets the filtering configuration.
ColumnMenu
Gets the column menu configuration.
Scrollable
Gets the scrolling configuration.
Navigatable
Gets the keyboard navigation configuration.
EnableCustomBinding
Gets or sets a value indicating whether custom binding is enabled.
Pageable
Gets the paging configuration.
Columns
Gets the columns of the grid.
PageSize
Gets the page size of the grid.
Sortable
Gets the sorting configuration.
PrefixUrlParameters
Gets or sets a value indicating whether to add the Name property of the grid as a prefix in url parameters.
RowAction
Gets or sets the action executed when rendering a row.
CellAction
Gets or sets the action executed when rendering a cell.
Methods
DestroyButton(T,System.String,System.Object)
Insert Destroy button with custom HtmlAttributes and text
DestroyButton(T,System.Object)
Insert Destroy button with custom HtmlAttributes
DestroyButton(T,System.String)
Insert Destroy button with custom text
DestroyButton(T)
Insert Destroy button
CreateButton(System.String,System.Object)
Insert Create button with custom HtmlAttributes and text
CreateButton(System.Object)
Insert Create button with custom HtmlAttributes
CreateButton(System.String)
Insert Create button with custom text
CreateButton
Insert Create button
SaveButton(System.String,System.String,System.Object)
Insert Save button with custom HtmlAttributes and texts
SaveButton(System.String,System.String)
Insert Save button with custom save and cancel text
SaveButton(System.Object)
Insert Save button with custom HtmlAttributes
SaveButton
Insert Save button