WidgetFactory
Properties
HtmlHelper - HtmlHelper
Initializer - IJavaScriptInitializer
UrlGenerator - IUrlGenerator
HtmlHelper - HtmlHelper
Methods
EditorFor(System.Linq.Expressions.Expression)
Parameters
expression - System.Linq.Expressions.Expression<Func>
NumericTextBoxFor(System.Linq.Expressions.Expression)
Creates a new NumericTextBox.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().NumericTextBoxFor(m=>m.Property) )
NumericTextBoxFor(System.Linq.Expressions.Expression)
Creates a new NumericTextBox.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().NumericTextBoxFor(m=>m.Property) )
IntegerTextBoxFor(System.Linq.Expressions.Expression)
Creates a new NumericTextBox.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().IntegerTextBoxFor(m=>m.Property) )
IntegerTextBoxFor(System.Linq.Expressions.Expression)
Creates a new NumericTextBox.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().IntegerTextBoxFor(m=>m.Property) )
IntegerTextBoxFor(System.Linq.Expressions.Expression)
Creates a new NumericTextBox.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().IntegerTextBoxFor(m=>m.Property) )
IntegerTextBoxFor(System.Linq.Expressions.Expression)
Creates a new NumericTextBox.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().IntegerTextBoxFor(m=>m.Property) )
CurrencyTextBoxFor(System.Linq.Expressions.Expression)
Creates a new NumericTextBox.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().CurrencyTextBoxFor(m=>m.Property) )
CurrencyTextBoxFor(System.Linq.Expressions.Expression)
Creates a new NumericTextBox.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().CurrencyTextBoxFor(m=>m.Property) )
PercentTextBoxFor(System.Linq.Expressions.Expression)
Creates a new NumericTextBox.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().PercentTextBoxFor(m=>m.Property) )
PercentTextBoxFor(System.Linq.Expressions.Expression)
Creates a new NumericTextBox.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().PercentTextBoxFor(m=>m.Property) )
MaskedTextBoxFor(System.Linq.Expressions.Expression)
Creates a new MaskedTextBox.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().MaskedTextBoxFor(m=>m.Property) )
CheckBoxFor(System.Linq.Expressions.Expression)
Creates a new CheckBox.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().CheckBoxFor(m=>m.Property) )
RadioButtonFor(System.Linq.Expressions.Expression)
Creates a new RadioButton.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().RadioButtonFor(m=>m.Property) )
TextBoxFor(System.Linq.Expressions.Expression)
Creates a new TextBox.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TextBoxFor(m=>m.Property) )
TextAreaFor(System.Linq.Expressions.Expression)
Creates a new TextArea.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TextAreaFor(m=>m.Property) )
DateTimePickerFor(System.Linq.Expressions.Expression)
Creates a new DateTimePicker.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DateTimePickerFor(m=>m.Property) )
DateTimePickerFor(System.Linq.Expressions.Expression)
Creates a new DateTimePicker.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DateTimePickerFor(m=>m.Property) )
DateInputFor(System.Linq.Expressions.Expression)
Creates a new DateInput.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DateInputFor(m=>m.Property) )
DateInputFor(System.Linq.Expressions.Expression)
Creates a new DateInput.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DateInputFor(m=>m.Property) )
ColorPickerFor(System.Linq.Expressions.Expression)
Creates a new ColorPicker.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().ColorPickerFor(m=>m.Property) )
DatePickerFor(System.Linq.Expressions.Expression)
Creates a new DatePicker.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DatePickerFor(m=>m.Property) )
DatePickerFor(System.Linq.Expressions.Expression)
Creates a new DatePicker.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DatePickerFor(m=>m.Property) )
DateRangePickerFor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
Creates a new DateRangePicker bound to nullable model field
Parameters
startExpression - System.Linq.Expressions.Expression<Func>
endExpression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().DateRangePickerFor(m=>m.Start, m=>m.End))
DateRangePickerFor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
Creates a new DateRangePicker bound to nullable model field
Parameters
startExpression - System.Linq.Expressions.Expression<Func>
endExpression - System.Linq.Expressions.Expression<Func>
Example
@(Html.Kendo().DateRangePickerFor(m=>m.Start, m=>m.End))
TimePickerFor(System.Linq.Expressions.Expression)
Creates a new TimePicker.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TimePickerFor(m=>m.Property) )
TimePickerFor(System.Linq.Expressions.Expression)
Creates a new TimePicker.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TimePickerFor(m=>m.Property) )
TimePickerFor(System.Linq.Expressions.Expression)
Creates a new TimePicker.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TimePickerFor(m=>m.Property) )
TimePickerFor(System.Linq.Expressions.Expression)
Creates a new TimePicker.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TimePickerFor(m=>m.Property) )
DropDownListFor(System.Linq.Expressions.Expression)
Creates a new DropDownList.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DropDownListFor(m=>m.Property) )
DropDownTreeFor(System.Linq.Expressions.Expression)
Creates a new DropDownTree.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().DropDownTreeFor(m=>m.Property) )
ComboBoxFor(System.Linq.Expressions.Expression)
Creates a new ComboBox.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().ComboBoxFor(m=>m.Property) )
MultiColumnComboBoxFor(System.Linq.Expressions.Expression)
Creates a new MultiColumnComboBox.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().MultiColumnComboBoxFor(m=>m.Property) )
AutoCompleteFor(System.Linq.Expressions.Expression)
Creates a new AutoComplete.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().AutoCompleteFor(m=>m.Property) )
MultiSelectFor(System.Linq.Expressions.Expression)
Creates a new MultiSelect.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().MultiSelectFor(m=>m.Property) )
SliderFor(System.Linq.Expressions.Expression)
Creates a new Slider.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().SliderFor(m=>m.Property) )
SliderFor(System.Linq.Expressions.Expression)
Creates a new Slider.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().SliderFor(m=>m.Property) )
SliderFor(System.Linq.Expressions.Expression)
Creates a new Slider.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().SliderFor(m=>m.Property) )
SliderFor(System.Linq.Expressions.Expression)
Creates a new Slider.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().SliderFor(m=>m.Property) )
RangeSliderFor(System.Linq.Expressions.Expression)
Creates a new Kendo.Mvc.UI.Fluent.WidgetFactory.RangeSliderFor(System.Linq.Expressions.Expression{System.Func{,[]}}).
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().RangeSliderFor(m=>m.Property) )
RangeSliderFor(System.Linq.Expressions.Expression)
Creates a new Kendo.Mvc.UI.Fluent.WidgetFactory.RangeSliderFor(System.Linq.Expressions.Expression{System.Func{,[]}}).
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().RangeSliderFor(m=>m.Property) )
RecurrenceEditorFor(System.Linq.Expressions.Expression)
Creates a new RecurrenceEditor.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().RecurrenceEditorFor(m=>m.Property) )
SwitchFor(System.Linq.Expressions.Expression)
Creates a new Switch.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().SwitchFor(m=>m.Property) )
RatingFor(System.Linq.Expressions.Expression)
Creates a new Rating.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().RatingFor(m=>m.Property) )
TimezoneEditorFor(System.Linq.Expressions.Expression)
Creates a new TimezoneEditor.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TimezoneEditorFor(m=>m.Property) )
CheckBoxGroupFor(System.Linq.Expressions.Expression)
Creates a CheckBoxGroup
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().CheckBoxGroupFor()
)
RadioGroupFor(System.Linq.Expressions.Expression)
Creates a RadioGroup
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().RadioGroupFor()
)
CaptchaFor(System.Linq.Expressions.Expression)
Creates a Captcha
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().CaptchaFor()
)
TimeDurationPickerFor(System.Linq.Expressions.Expression)
Creates a new TimeDurationPicker.
Parameters
expression - System.Linq.Expressions.Expression<Func>
Example
@( Html.Kendo().TimeDurationPickerFor(m=>m.NullableProperty) )
Template()
Icon(System.Object)
Parameters
iconSettings - System.Object
DeferredScriptsFor(System.String,System.Boolean,System.Boolean)
Returns the initialization scripts for the specified widget.
Parameters
name - System.String
The name of the widget.
renderScriptTags - System.Boolean
Determines if the script should be rendered within a script tag
renderAsModule - System.Boolean
DefaultSettings(System.Boolean,System.Boolean)
Parameters
renderScriptTags - System.Boolean
renderAsModule - System.Boolean
ContextMenu()
Example
@( Html.Kendo().Menu()
.Name("Menu")
.Items(items => { /* add items here */ });
)
Switch()
Creates a Switch
Example
@( Html.Kendo().Switch()
.Name("Switch")
)
AIPrompt()
Creates a AIPrompt
Example
@(Html.Kendo().AIPrompt()
.Name("AIPrompt")
)
ActionSheet()
Creates a ActionSheet
Example
@(Html.Kendo().ActionSheet()
.Name("ActionSheet")
)
AppBar()
Creates a AppBar
Example
@(Html.Kendo().AppBar()
.Name("AppBar")
)
ArcGauge()
Creates a ArcGauge
Example
@(Html.Kendo().ArcGauge()
.Name("ArcGauge")
)
Avatar()
Creates a Avatar
Example
@(Html.Kendo().Avatar()
.Name("Avatar")
)
Badge()
Creates a Badge
Example
@(Html.Kendo().Badge()
.Name("Badge")
)
BottomNavigation()
Creates a BottomNavigation
Example
@(Html.Kendo().BottomNavigation()
.Name("BottomNavigation")
)
Breadcrumb()
Creates a Breadcrumb
Example
@(Html.Kendo().Breadcrumb()
.Name("Breadcrumb")
)
Captcha()
Creates a Captcha
Example
@(Html.Kendo().Captcha()
.Name("Captcha")
)
ChartBreadcrumb()
Creates a ChartBreadcrumb
Example
@(Html.Kendo().ChartBreadcrumb()
.Name("ChartBreadcrumb")
)
CheckBox()
Creates a CheckBox
Example
@(Html.Kendo().CheckBox()
.Name("CheckBox")
)
CheckBoxGroup()
Creates a CheckBoxGroup
Example
@(Html.Kendo().CheckBoxGroup()
.Name("CheckBoxGroup")
)
Chip()
Creates a Chip
Example
@(Html.Kendo().Chip()
.Name("Chip")
)
ChipList()
Creates a ChipList
Example
@(Html.Kendo().ChipList()
.Name("ChipList")
)
CircularGauge()
Creates a CircularGauge
Example
@(Html.Kendo().CircularGauge()
.Name("CircularGauge")
)
CircularProgressBar()
Creates a CircularProgressBar
Example
@(Html.Kendo().CircularProgressBar()
.Name("CircularProgressBar")
)
ColorGradient()
Creates a ColorGradient
Example
@(Html.Kendo().ColorGradient()
.Name("ColorGradient")
)
ColorPicker()
Creates a ColorPicker
Example
@(Html.Kendo().ColorPicker()
.Name("ColorPicker")
)
DateInput()
Creates a DateInput
Example
@(Html.Kendo().DateInput()
.Name("DateInput")
)
DateRangePicker()
Creates a DateRangePicker
Example
@(Html.Kendo().DateRangePicker()
.Name("DateRangePicker")
)
Dialog()
Creates a Dialog
Example
@(Html.Kendo().Dialog()
.Name("Dialog")
)
DockManager()
Creates a DockManager
Example
@(Html.Kendo().DockManager()
.Name("DockManager")
)
Drawer()
Creates a Drawer
Example
@(Html.Kendo().Drawer()
.Name("Drawer")
)
DropDownButton()
Creates a DropDownButton
Example
@(Html.Kendo().DropDownButton()
.Name("DropDownButton")
)
Editor()
Creates a Editor
Example
@(Html.Kendo().Editor()
.Name("Editor")
)
ExpansionPanel()
Creates a ExpansionPanel
Example
@(Html.Kendo().ExpansionPanel()
.Name("ExpansionPanel")
)
FileManager()
Creates a FileManager
Example
@(Html.Kendo().FileManager()
.Name("FileManager")
)
Filter()
Creates a Filter
Example
@(Html.Kendo().Filter()
.Name("Filter")
)
FlatColorPicker()
Creates a FlatColorPicker
Example
@(Html.Kendo().FlatColorPicker()
.Name("FlatColorPicker")
)
FloatingActionButton()
Creates a FloatingActionButton
Example
@(Html.Kendo().FloatingActionButton()
.Name("FloatingActionButton")
)
Form()
Creates a Form
Example
@(Html.Kendo().Form()
.Name("Form")
)
Gantt()
Creates a Gantt
Example
@(Html.Kendo().Gantt()
.Name("Gantt")
)
ImageEditor()
Creates a ImageEditor
Example
@(Html.Kendo().ImageEditor()
.Name("ImageEditor")
)
ListBox()
Creates a ListBox
Example
@(Html.Kendo().ListBox()
.Name("ListBox")
)
Loader()
Creates a Loader
Example
@(Html.Kendo().Loader()
.Name("Loader")
)
Map()
Creates a Map
Example
@(Html.Kendo().Map()
.Name("Map")
)
OrgChart()
Creates a OrgChart
Example
@(Html.Kendo().OrgChart()
.Name("OrgChart")
)
PDFViewer()
Creates a PDFViewer
Example
@(Html.Kendo().PDFViewer()
.Name("PDFViewer")
)
Pager()
Creates a Pager
Example
@(Html.Kendo().Pager()
.Name("Pager")
)
PivotConfiguratorButton()
Creates a PivotConfiguratorButton
Example
@(Html.Kendo().PivotConfiguratorButton()
.Name("PivotConfiguratorButton")
)
PivotContainer()
Creates a PivotContainer
Example
@(Html.Kendo().PivotContainer()
.Name("PivotContainer")
)
Popover()
Creates a Popover
Example
@(Html.Kendo().Popover()
.Name("Popover")
)
PropertyGrid()
Creates a PropertyGrid
Example
@(Html.Kendo().PropertyGrid()
.Name("PropertyGrid")
)
RadioButton()
Creates a RadioButton
Example
@(Html.Kendo().RadioButton()
.Name("RadioButton")
)
RadioGroup()
Creates a RadioGroup
Example
@(Html.Kendo().RadioGroup()
.Name("RadioGroup")
)
Rating()
Creates a Rating
Example
@(Html.Kendo().Rating()
.Name("Rating")
)
ResponsivePanel()
Creates a ResponsivePanel
Example
@(Html.Kendo().ResponsivePanel()
.Name("ResponsivePanel")
)
Sankey()
Creates a Sankey
Example
@(Html.Kendo().Sankey()
.Name("Sankey")
)
ScrollView()
Creates a ScrollView
Example
@(Html.Kendo().ScrollView()
.Name("ScrollView")
)
Signature()
Creates a Signature
Example
@(Html.Kendo().Signature()
.Name("Signature")
)
SkeletonContainer()
Creates a SkeletonContainer
Example
@(Html.Kendo().SkeletonContainer()
.Name("SkeletonContainer")
)
SplitButton()
Creates a SplitButton
Example
@(Html.Kendo().SplitButton()
.Name("SplitButton")
)
Spreadsheet()
Creates a Spreadsheet
Example
@(Html.Kendo().Spreadsheet()
.Name("Spreadsheet")
)
Stepper()
Creates a Stepper
Example
@(Html.Kendo().Stepper()
.Name("Stepper")
)
TaskBoard()
Creates a TaskBoard
Example
@(Html.Kendo().TaskBoard()
.Name("TaskBoard")
)
TextArea()
Creates a TextArea
Example
@(Html.Kendo().TextArea()
.Name("TextArea")
)
TextBox()
Example
@( Html.Kendo().TextBox()
.Name("TextBox")
)
TileLayout()
Creates a TileLayout
Example
@(Html.Kendo().TileLayout()
.Name("TileLayout")
)
TimeDurationPicker()
Creates a TimeDurationPicker
Example
@(Html.Kendo().TimeDurationPicker()
.Name("TimeDurationPicker")
)
Timeline()
Creates a Timeline
Example
@(Html.Kendo().Timeline()
.Name("Timeline")
)
ToggleButton()
Creates a ToggleButton
Example
@(Html.Kendo().ToggleButton()
.Name("ToggleButton")
)
ToolBar()
Creates a ToolBar
Example
@(Html.Kendo().ToolBar()
.Name("ToolBar")
)
TreeList()
Creates a TreeList
Example
@( Html.Kendo().TreeList(Model)
.Name("TreeList")
)
TreeMap()
Creates a TreeMap
Example
@(Html.Kendo().TreeMap()
.Name("TreeMap")
)
TreeView()
Creates a TreeView
Example
@(Html.Kendo().TreeView()
.Name("TreeView")
)
Wizard()
Creates a Wizard
Example
@(Html.Kendo().Wizard()
.Name("Wizard")
)
PropertyGrid(Kendo.Mvc.UI.Fluent.T)
Parameters
model - T
StackLayout()
Creates a StackLayout
Example
@( Html.Kendo().StackLayout()
.Name("StackLayout")
)
GridLayout()
Creates a StackLayout
Example
@( Html.Kendo().GridLayout()
.Name("GridLayout")
)
Form()
Creates a Form
Example
@(Html.Kendo().Form()
.Name("Form")
)
Diagram()
Example
@( Html.Kendo().Diagram()
.Name("Diagram")
)
Diagram()
Example
@( Html.Kendo().Diagram()
.Name("Diagram")
)
Gantt(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable)
Creates a new Gantt bound to the specified data source.
Parameters
dataSource - System.Collections.Generic.IEnumerable<TTaskModel>
The tasks data source.
dependenciesDataSource - System.Collections.Generic.IEnumerable<TDependenciesModel>
The dependencies data source.
Example
@( Html.Kendo().Gantt(ViewBag.Tasks)
.Name("Gantt")
)
Gantt(System.String,System.String)
Creates a new Gantt bound an item in ViewData.
Parameters
dataSourceViewDataKey - System.String
The data source view data key.
dependenciesDataSourceViewDataKey - System.String
The dependencies data source view data key.
Example
@( Html.Kendo().Gantt("tasks")
.Name("Gantt")
)
Chat()
Creates a Chat
Example
@( Html.Kendo().Chat()
.Name("Chat")
)
TaskBoard()
Creates a TaskBoard
Example
@(Html.Kendo().TaskBoard()
.Name("TaskBoard")
)
TaskBoard()
Creates a TaskBoard
Example
@(Html.Kendo().TaskBoard()
.Name("TaskBoard")
)
PivotConfiguratorV2()
Example
@( Html.Kendo().PivotConfiguratorV2()
.Name("PivotConfigurator")
)
PivotGridV2()
Example
@( Html.Kendo().PivotGridV2()
.Name("PivotGrid")
)
PivotGridV2()
Example
@( Html.Kendo().PivotGridV2()
.Name("PivotGrid")
)
Menu()
Example
@( Html.Kendo().Menu()
.Name("Menu")
.Items(items => { /* add items here */ });
)
TreeList(System.Collections.Generic.IEnumerable)
Creates a TreeList
Parameters
dataSource - System.Collections.Generic.IEnumerable<T>
Example
@( Html.Kendo().TreeList(Model)
.Name("TreeList")
)
Grid()
Creates a new Grid bound to the specified data source.
Example
@( Html.Kendo().Grid(Model)
.Name("Grid")
)
Grid(System.Collections.Generic.IEnumerable)
Creates a new Grid bound to the specified data source.
Parameters
dataSource - System.Collections.Generic.IEnumerable<T>
The data source.
Example
@( Html.Kendo().Grid(Model)
.Name("Grid")
)
Grid(System.Data.DataTable)
Creates a new Grid bound to a DataTable.
Parameters
dataSource - System.Data.DataTable
DataTable from which the grid instance will be bound
Grid(System.Data.DataView)
Creates a new Grid bound to a DataView.
Parameters
dataSource - System.Data.DataView
DataView from which the grid instance will be bound
Grid(System.String)
Creates a new Grid bound an item in ViewData.
Parameters
dataSourceViewDataKey - System.String
The data source view data key.
Example
@( Html.Kendo().Grid<Order>("orders")
.Name("Grid")
)
DataSource()
ListView()
Creates a new ListView bound to the specified data source.
Example
@( Html.Kendo().ListView(Model)
.Name("ListView")
)
ListView(System.Collections.Generic.IEnumerable)
Creates a new ListView bound to the specified data source.
Parameters
dataSource - System.Collections.Generic.IEnumerable<T>
The data source.
Example
@( Html.Kendo().ListView(Model)
.Name("ListView")
)
ListView(System.String)
Creates a new ListView bound an item in ViewData.
Parameters
dataSourceViewDataKey - System.String
The data source view data key.
Example
@( Html.Kendo().ListView<Order>("orders")
.Name("ListView")
)
Splitter()
Example
@( Html.Kendo().Splitter()
.Name("Splitter");
)
TabStrip()
Example
@( Html.Kendo().TabStrip()
.Name("TabStrip")
.Items(items =>
{
items.Add().Text("First");
items.Add().Text("Second");
})
)
DateTimePicker()
Example
@( Html.Kendo().DateTimePicker()
.Name("DateTimePicker")
)
DatePicker()
Example
@( Html.Kendo().DatePicker()
.Name("DatePicker")
)
TimePicker()
Example
@( Html.Kendo().TimePicker()
.Name("TimePicker")
)
Barcode()
Example
@( Html.Kendo().Barcode()
.For("Container")
)
Sortable()
Example
@( Html.Kendo().Sortable()
.For("Container")
)
Tooltip()
Example
@( Html.Kendo().Tooltip()
.For("Container")
)
ColorPalette()
Example
@( Html.Kendo().ColorPalette()
.Name("ColorPalette")
)
Calendar()
Example
@( Html.Kendo().Calendar()
.Name("Calendar")
)
PanelBar()
Example
@( Html.Kendo().PanelBar()
.Name("PanelBar")
.Items(items =>
{
items.Add().Text("First");
items.Add().Text("Second");
})
)
RecurrenceEditor()
Example
@( Html.Kendo().RecurrenceEditor()
.Name("recurrenceEditor")
.FirstWeekDay(0)
.Timezone("Etc/UTC")
)
TimezoneEditor()
Example
@( Html.Kendo().TimezoneEditor()
.Name("timezoneEditor")
.Value("Etc/UTC")
)
Scheduler()
Example
@( Html.Kendo().Scheduler<SchedulerEvent>()
.Name("Scheduler")
)
PivotGrid()
Example
@( Html.Kendo().PivotGridV2()
.Name("PivotGrid")
)
PivotGrid()
Example
@( Html.Kendo().PivotGridV2()
.Name("PivotGrid")
)
PivotConfigurator()
Example
@( Html.Kendo().PivotConfiguratorV2()
.Name("PivotConfigurator")
)
NumericTextBox()
Example
@( Html.Kendo().NumericTextBox()
.Name("NumericTextBox")
)
NumericTextBox()
Example
@( Html.Kendo().NumericTextBox()
.Name("NumericTextBox")
)
CurrencyTextBox()
Example
@( Html.Kendo().CurrencyTextBox()
.Name("CurrencyTextBox")
)
PercentTextBox()
Example
@( Html.Kendo().PercentTextBox()
.Name("PercentTextBox")
)
IntegerTextBox()
Example
@( Html.Kendo().IntegerTextBox()
.Name("IntegerTextBox")
)
MaskedTextBox()
Example
@( Html.Kendo().MaskedTextBox()
.Name("MaskedTextBox")
)
MediaPlayer()
Creates a new MediaPlayer
Example
@( Html.Kendo().MediaPlayer()
.Name("MediaPlayer")
)
TextBox()
Example
@( Html.Kendo().TextBox()
.Name("TextBox")
)
Window()
Example
@( Html.Kendo().Window()
.Name("Window")
)
LinearGauge()
Example
@( Html.Kendo().LinearGauge()
.Name("linearGauge")
)
RadialGauge()
Example
@( Html.Kendo().RadialGauge()
.Name("radialGauge")
)
DropDownList()
Example
@( Html.Kendo().DropDownList()
.Name("DropDownList")
.Items(items =>
{
items.Add().Text("First Item");
items.Add().Text("Second Item");
})
)
DropDownTree()
Creates a DropDownTree
Example
@( Html.Kendo().DropDownTree()
.Name("DropDownTree")
)
ComboBox()
Example
@( Html.Kendo().ComboBox()
.Name("ComboBox")
.Items(items =>
{
items.Add().Text("First Item");
items.Add().Text("Second Item");
})
)
MultiColumnComboBox()
Example
@( Html.Kendo().MultiColumnComboBox()
.Name("MultiColumnComboBox")
.Items(items =>
{
items.Add().Text("First Item");
items.Add().Text("Second Item");
})
)
AutoComplete()
Example
@( Html.Kendo().AutoComplete()
.Name("AutoComplete")
.Items(items =>
{
items.Add().Text("First Item");
items.Add().Text("Second Item");
})
)
MultiViewCalendar()
Example
@( Html.Kendo().MultiViewCalendar()
.Name("MultiViewCalendar")
)
MultiSelect()
Example
@( Html.Kendo().MultiSelect()
.Name("MultiSelect")
.Items(items =>
{
items.Add().Text("First Item");
items.Add().Text("Second Item");
})
)
Slider()
Example
@( Html.Kendo().Slider()
.Name("Slider")
)
Slider()
Example
@( Html.Kendo().Slider()
.Name("Slider")
)
RangeSlider()
Example
@( Html.Kendo().RangeSlider()
.Name("RangeSlider")
)
RangeSlider()
Example
@( Html.Kendo().RangeSlider()
.Name("RangeSlider")
)
ProgressBar()
Example
@( Html.Kendo().ProgressBar()
.Name("progressBar")
)
Upload()
Example
@( Html.Kendo().Upload()
.Name("Upload")
.Async(async => async
.Save("ProcessAttachments", "Home")
.Remove("RemoveAttachment", "Home")
)
)
Button()
Example
@( Html.Kendo().Button()
.Name("Button1");
)
ButtonGroup()
Creates a ButtonGroup
Example
@( Html.Kendo().ButtonGroup()
.Name("ButtonGroup")
)
Notification()
Example
@( Html.Kendo().Notification()
.Name("Notification1");
)
Chart()
Creates a Chart
Example
@( Html.Kendo().Chart()
.Name("Chart")
)
Chart(System.Collections.Generic.IEnumerable)
Creates a new Chart bound to the specified data source.
Parameters
data - System.Collections.Generic.IEnumerable<T>
The data source.
Example
@( Html.Kendo().Chart(Model)
.Name("Chart")
)
Chart(System.String)
Creates a new Chart bound an item in ViewData.
Parameters
dataViewDataKey - System.String
The data source view data key.
Example
@( Html.Kendo().Chart<SalesData>("sales")
.Name("Chart")
)
Chart()
Creates a Chart
Example
@( Html.Kendo().Chart()
.Name("Chart")
)
StockChart()
Creates a StockChart
Example
@( Html.Kendo().StockChart()
.Name("StockChart")
)
StockChart(System.Collections.Generic.IEnumerable)
Creates a new StockChart bound to the specified data source.
Parameters
data - System.Collections.Generic.IEnumerable<T>
The data source.
Example
@( Html.Kendo().StockChart(Model)
.Name("StockChart")
)
StockChart(System.String)
Creates a new StockChart bound an item in ViewData.
Parameters
dataViewDataKey - System.String
The data source view data key.
Example
@( Html.Kendo().StockChart<SalesData>("sales")
.Name("StockChart")
)
StockChart()
Creates a StockChart
Example
@( Html.Kendo().StockChart()
.Name("StockChart")
)
Sparkline()
Creates a Sparkline
Example
@( Html.Kendo().Sparkline()
.Name("Sparkline")
)
Sparkline(System.Collections.Generic.IEnumerable)
Creates a new Sparkline bound to the specified data source.
Parameters
data - System.Collections.Generic.IEnumerable<T>
The data source.
Example
@( Html.Kendo().Sparkline(Model)
.Name("Sparkline")
)
Sparkline(System.String)
Creates a new Sparkline bound an item in ViewData.
Parameters
dataViewDataKey - System.String
The data source view data key.
Example
@( Html.Kendo().Sparkline<SalesData>("sales")
.Name("Sparkline")
)
Sparkline()
Creates a Sparkline
Example
@( Html.Kendo().Sparkline()
.Name("Sparkline")
)
QRCode()
Example
@( Html.Kendo().QRCode()
.Name("qrCode")
.Value("Hello World")
)
Culture(System.Boolean)
Returns the kendo culture script for the current .NET culture.
Parameters
renderScriptTags - System.Boolean
Determines if the script should be rendered within a script tag
Culture(System.String,System.Boolean)
Returns the kendo culture scripts for the specified .NET culture.
Parameters
name - System.String
The name of the culture.
renderScriptTags - System.Boolean
Determines if the script should be rendered within a script tag
DeferredScripts(System.Boolean,System.Boolean)
Returns the initialization scripts for widgets set as deferred
Parameters
renderScriptTags - System.Boolean
Determines if the script should be rendered within a script tag