New to Telerik UI for ASP.NET Core? Download free 30-day trial

WidgetFactory

Properties

HtmlHelper - IHtmlHelper

Methods

SliderFor(System.Linq.Expressions.Expression)

Parameters

expression - System.Linq.Expressions.Expression<Func>

SliderFor(System.Linq.Expressions.Expression)

Parameters

expression - System.Linq.Expressions.Expression<Func>

SliderFor(System.Linq.Expressions.Expression)

Parameters

expression - System.Linq.Expressions.Expression<Func>

SliderFor(System.Linq.Expressions.Expression)

Parameters

expression - System.Linq.Expressions.Expression<Func>

Sortable()

Sparkline()

Creates a new unbound .

Example


            @( Html.Kendo().Sparkline()
                        .Name("Sparkline")
                        .Series(series => {
                            series.Bar(new int[] { 1, 2, 3 }).Name("Total Sales");
                        })
            )

Sparkline()

Creates a new unbound .

Example


            @( Html.Kendo().Sparkline()
                        .Name("Sparkline")
                        .Series(series => {
                            series.Bar(new int[] { 1, 2, 3 }).Name("Total Sales");
                        })
            )

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

dataSourceViewDataKey - System.String

Example


             @( Html.Kendo().Sparkline<SalesData>("sales")
                        .Name("Sparkline")
            )

SplitButton()

Creates a new .

Example


             @( Html.Kendo().SplitButton()
                        .Name("SplitButton")
            )

Splitter()

Creates a new .

Example


             @( Html.Kendo().Window()
                        .Name("Window")
            )

Spreadsheet()

Creates a

Example


             @( Html.Kendo().Spreadsheet()
                        .Name("Spreadsheet")
            )

StackLayout()

Creates a new .

Example


             @( Html.Kendo().StackLayout()
                        .Name("StackLayout")
            )

Stepper()

Creates a new .

Example


             @( Html.Kendo().Stepper()
                        .Steps(steps =>
                        {
                            steps.Add().Label("First Item");
                            steps.Add().Label("Second Item");
                        })
            )

StockChart()

Creates a new unbound .

Example


            @( Html.Kendo().StockChart()
                        .Name("StockChart")
                        .Series(series => {
                            series.Bar(new int[] { 1, 2, 3 }).Name("Total Sales");
                        })
            )

StockChart()

Creates a new unbound .

Example


            @( Html.Kendo().StockChart()
                        .Name("StockChart")
                        .Series(series => {
                            series.Bar(new int[] { 1, 2, 3 }).Name("Total Sales");
                        })
            )

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 Chart bound an item in ViewData.

Parameters

dataSourceViewDataKey - System.String

The data source view data key.

Example


            @(Html.Kendo().Chart<SalesData>("sales")
                        .Name("Chart")
            )

Switch()

Creates a new .

Example


             @( Html.Kendo().Switch()
                        .Name("Switch")
            )

SwitchFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().SwitchFor(m=>m.Property) )

TabStrip()

Creates a new .

Example


             @( Html.Kendo().TabStrip()
                        .Name("TabStrip")
                        .Items(items =>
                        {
                            items.Add().Text("First");
                            items.Add().Text("Second");
                        })
            )

TaskBoard()

Creates a new .

Example


             @( Html.Kendo().TaskBoard()
            )

TaskBoard()

Creates a new .

Example


             @( Html.Kendo().TaskBoard()
            )

TaskBoard()

Creates a new .

Example


             @( Html.Kendo().TaskBoard()
            )

Template()

TextArea()

Creates a new .

Example


             @( Html.Kendo().TextArea()
                        .Name("textarea")
            )

TextAreaFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().TextAreaFor(m =>m.Property) )

TextBox()

Creates a new .

Example


             @( Html.Kendo().TextBox()
                        .Name("TextBox")
            )

TextBox()

Creates a new .

Example


             @( Html.Kendo().TextBox()
                        .Name("TextBox")
            )

TextBoxFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().TextBoxFor(m =>m.Property) )

TileLayout()

Creates a new .

Example


             @( Html.Kendo().TileLayout()
                        .Name("TileLayout")
            )

TimeDurationPicker()

Creates a new TimeDurationPicker.

Example


             @(Html.Kendo().TimeDurationPicker()
                        .Name("TimeDurationPicker")
            )

TimeDurationPickerFor(System.Linq.Expressions.Expression)

Creates a new TimeDurationPicker.

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @(Html.Kendo().TimeDurationPickerFor(x=> x.Property)

            )

Timeline()

Creates a new ListView bound to the specified data item type.

Example


             @(Html.Kendo().ListView<Order>()
                        .Name("ListView")
                        .BindTo(Model)
            )

TimePicker()

Creates a new .

Example


             @( Html.Kendo().TimePicker()
                        .Name("TimePicker")
            )

TimePickerFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().TimePickerFor(m=>m.Property) )

TimePickerFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().TimePickerFor(m=>m.Property) )

TimePickerFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().TimePickerFor(m=>m.Property) )

TimePickerFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().TimePickerFor(m=>m.Property) )

ToggleButton()

Creates a new .

Example


             @( Html.Kendo().ToggleButton()
                        .Name("toggleButton")
            )

ToolBar()

Creates a

Example


             @( Html.Kendo().ToolBar()
                        .Name("ToolBar")
            )

Tooltip()

Creates a new .

Example


             @( Html.Kendo().Tooltip()
                        .For("Container")
            )

TreeList()

Creates a

Example


            @(Html.Kendo().TreeList()
                        .Name("TreeList")
            )

TreeMap()

Creates a new .

Example


             @( Html.Kendo().TreeMap()
                        .Name("TreeMap")
            )

TreeView()

Creates a

Example


            @(Html.Kendo().TreeView()
                        .Name("TreeView")
            )

Upload()

Window()

Creates a new .

Example


             @( Html.Kendo().Window()
                        .Name("Window")
            )

Wizard()

Creates a new .

Example


             @( Html.Kendo().Wizard()
                        .Steps(steps =>
                        {
                            steps.Add().Title("First Item");
                            steps.Add().Title("Second Item");
                        })
            )

Form()

Creates a new .

Example


             @(Html.Kendo().Form<Order>()
                 .Name("Form")
             )

Gantt()

Creates a new .

Example


             @( Html.Kendo().Gantt()
            )

Gantt(System.Collections.Generic.IEnumerable,System.Collections.Generic.IEnumerable)

Creates a new bound to the specified data source.

Parameters

dataSource - System.Collections.Generic.IEnumerable<TTaskModel>

The data source.

dependenciesDataSource - System.Collections.Generic.IEnumerable<TDependenciesModel>

Example


             @( Html.Kendo().Gantt(ViewBag.Tasks)
                        .Name("Gantt")
            )

Gantt(System.String,System.String)

Creates a new bound an item in ViewData.

Parameters

dataSourceViewDataKey - System.String

The data source view data key.

dependenciesDataSourceViewDataKey - System.String

Example


             @( Html.Kendo().Gantt("tasks")
                        .Name("Gantt")
            )

Grid()

Creates a new Grid bound to the specified data item type.

Example


             @(Html.Kendo().Grid<Order>()
                        .Name("Grid")
                        .BindTo(Model)
            )

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.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")
            )

GridLayout()

Creates a new .

Example


             @( Html.Kendo().GridLayout()
                        .Name("GridLayout")
            )

ImageEditor()

Creates a new .

Example


             @( Html.Kendo().ImageEditor()
                        .Name("imageEditor")
            )

LinearGauge()

LinearGaugeFor(System.Linq.Expressions.Expression)

Parameters

expression - System.Linq.Expressions.Expression<Func>

LinearGaugeFor(System.Linq.Expressions.Expression)

Parameters

expression - System.Linq.Expressions.Expression<Func>

ListBox()

Creates a new ListBox bound to the specified data item type.

Example


             @(Html.Kendo().ListBox<Order>()
                        .Name("ListBox")
                        .BindTo(Model)
            )

ListBox(System.Collections.IEnumerable)

Creates a new ListBox bound to the specified data source.

Parameters

dataSource - System.Collections.IEnumerable

The data source.

Example


             @(Html.Kendo().ListBox(Model)
                        .Name("ListBox")
            )

ListBox(System.String)

Creates a new ListBox bound an item in ViewData.

Parameters

dataSourceViewDataKey - System.String

The data source view data key.

Example


             @(Html.Kendo().ListBox<Order>("orders")
                        .Name("ListBox")
            )

ListView()

Creates a new ListView bound to the specified data item type.

Example


             @(Html.Kendo().ListView<Order>()
                        .Name("ListView")
                        .BindTo(Model)
            )

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")
            )

Loader()

Map()

MaskedTextBox()

Creates a new .

Example


             @( Html.Kendo().MaskedTextBox()
                        .Name("MaskedTextBox")
            )

MaskedTextBoxFor(System.Linq.Expressions.Expression)

Parameters

expression - System.Linq.Expressions.Expression<Func>

MediaPlayer()

Creates a new bound to the specified data item type.

Example


             @(Html.Kendo().MediaPlayer<Order>()
                        .Name("MediaPlayer")
                        .BindTo(Model)
            )

MultiColumnComboBox()

Creates a new .

Example


             @( Html.Kendo().MultiColumnComboBox()
                        .Name("MultiColumnComboBox")
                        .BindTo(new List<SelectListItem>
                        {
                            new SelectListItem{
                                Text = "Text1",
                                Value = "Value1"
                            },
                            new SelectListItem{
                                Text = "Text2",
                                Value = "Value2"
                            }
                        })
            )

MultiColumnComboBoxFor(System.Linq.Expressions.Expression)

Creates a new bound to a model field.

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


            @Html.Kendo().MultiColumnComboBoxFor(m => m.Property)

MultiSelect()

Creates a new .

Example


             @( Html.Kendo().MultiSelect()
                        .Name("MultiSelect")
                        .Items(items =>
                        {
                            items.Add().Text("First Item");
                            items.Add().Text("Second Item");
                        })
            )

MultiSelectFor(System.Linq.Expressions.Expression)

Creates a new bound to a model field.

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


            @Html.Kendo().MultiSelectFor(m => m.Property)

MultiViewCalendar()

Creates a new .

Example


             @( Html.Kendo().MultiViewCalendar()
                        .Name("MultiViewCalendar")
            )

Notification()

Creates a

Example


             @( Html.Kendo().Notification()
                        .Name("Notification1");
            )

NumericTextBox()

Creates a new .

Example


             @(Html.Kendo().NumericTextBox()
                .Name("NumericTextBox")
             )

NumericTextBox()

Creates a new .

Example


             @(Html.Kendo().NumericTextBox()
                .Name("NumericTextBox")
             )

CurrencyTextBox()

Creates a new .

Example


             @(Html.Kendo().CurrencyTextBox()
                .Name("CurrencyTextBox")
             )

PercentTextBox()

Creates a new .

Example


             @(Html.Kendo().PercentTextBox()
                .Name("PercentTextBox")
             )

IntegerTextBox()

Creates a new .

Example


             @(Html.Kendo().IntegerTextBox()
                .Name("IntegerTextBox")
             )

NumericTextBoxFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @(Html.Kendo().NumericTextBoxFor(m=>m.Property))

NumericTextBoxFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @(Html.Kendo().NumericTextBoxFor(m=>m.Property))

IntegerTextBoxFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @(Html.Kendo().IntegerTextBoxFor(m=>m.Property))

IntegerTextBoxFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @(Html.Kendo().IntegerTextBoxFor(m=>m.Property))

IntegerTextBoxFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @(Html.Kendo().IntegerTextBoxFor(m=>m.Property))

IntegerTextBoxFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @(Html.Kendo().IntegerTextBoxFor(m=>m.Property))

CurrencyTextBoxFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @(Html.Kendo().CurrencyTextBoxFor(m=>m.Property))

CurrencyTextBoxFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @(Html.Kendo().CurrencyTextBoxFor(m=>m.Property))

PercentTextBoxFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @(Html.Kendo().PercentTextBoxFor(m=>m.Property))

PercentTextBoxFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @(Html.Kendo().PercentTextBoxFor(m=>m.Property))

OrgChart()

Creates a

Example


            @(Html.Kendo().OrgChart()
                        .Name("OrgChart")
            )

Pager()

Creates a new .

Example


             @( Html.Kendo().Pager()
                        .Name("Pager")
            )

PanelBar()

Creates a new .

Example


             @( Html.Kendo().PanelBar()
                        .Name("PanelBar")
                        .Items(items =>
                        {
                            items.Add().Text("First");
                            items.Add().Text("Second");
                        })
            )

PDFViewer()

Creates a new .

Example


             @( Html.Kendo().PDFViewer()
                        .Name("PanelBar")
            )

PivotConfigurator()

Creates a new .

Example


             @( Html.Kendo().PivotConfigurator()
                        .Name("PivotConfigurator")
            )

PivotConfiguratorButton()

Creates a new .

Example


             @( Html.Kendo().PivotConfiguratorButton()
                        .Name("PivotConfiguratorButton")
            )

PivotConfiguratorV2()

Creates a new .

Example


             @( Html.Kendo().PivotConfigurator()
                        .Name("PivotConfigurator")
            )

PivotContainer()

Creates a new .

Example


             @( Html.Kendo().PivotContainer()
                        .Name("PivotContainer")
            )

PivotGrid()

Creates a new .

Example


             @( Html.Kendo().PivotGrid()
                        .Name("PivotGrid")
            )

PivotGrid()

Creates a new .

Example


             @( Html.Kendo().PivotGrid()
                        .Name("PivotGrid")
            )

PivotGridV2()

Creates a new .

Example


             @( Html.Kendo().PivotGridV2()
                        .Name("PivotGrid")
            )

PivotGridV2()

Creates a new .

Example


             @( Html.Kendo().PivotGridV2()
                        .Name("PivotGrid")
            )

Popover()

Creates a new Popover.

Example


             @(Html.Kendo().Popover()
                        .Name("Popover")
            )

ProgressBar()

QRCode()

RadialGauge()

RadialGaugeFor(System.Linq.Expressions.Expression)

Parameters

expression - System.Linq.Expressions.Expression<Func>

RadialGaugeFor(System.Linq.Expressions.Expression)

Parameters

expression - System.Linq.Expressions.Expression<Func>

RadioButton()

Creates a new .

Example


            @(Html.Kendo().RadioButton()
                        .Name("RadioButton")
            );

RadioButtonFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


            @(Html.Kendo().RadioButtonFor(m => m.Property));

RadioGroup()

Creates a new .

Example


             @( Html.Kendo().RadioGroupFor(m =>m.Property) )

RadioGroupFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().RadioGroupFor(m =>m.Property) )

RangeSlider()

RangeSlider()

RangeSliderFor(System.Linq.Expressions.Expression)

Parameters

expression - System.Linq.Expressions.Expression<Func>

RangeSliderFor(System.Linq.Expressions.Expression)

Parameters

expression - System.Linq.Expressions.Expression<Func>

Rating()

Creates a new .

Example


             @( Html.Kendo().Rating()
                        .Name("Rating")
            )

RatingFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().RatingFor(m=>m.Property) )

RecurrenceEditor()

Creates a new .

Example


             @( Html.Kendo().RecurrenceEditor()
                        .Name("recurrenceEditor")
                        .FirstWeekDay(0)
                        .Timezone("Etc/UTC")
            )

RecurrenceEditorFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().RecurrenceEditorFor(m=>m.Property) )

ResponsivePanel()

Creates a new .

Example


             @( Html.Kendo().ResponsivePanel()
                        .Name("ResponsivePanel")
            )

Scheduler()

Creates a new .

Example


             @( Html.Kendo().Scheduler<SchedulerEvent>()
                        .Name("Scheduler")
            )

ScrollView()

Creates a new .

Example


             @( Html.Kendo().ScrollView()
                        .Name("ScrollView")
                        .Items(items =>
                        {
                            items.Add().Content("First");
                            items.Add().Content("Second");
                        })
            )

Signature()

Creates a new Signature.

Example


             @(Html.Kendo().Signature()
                        .Name("Signature")
            )

SkeletonContainer()

Slider()

Slider()

ActionSheet()

Creates a new AppBar.

Example


             @(Html.Kendo().ActionSheet()
                        .Name("ActionSheet")
            )

AppBar()

Creates a new AppBar.

Example


             @(Html.Kendo().AppBar<Order>()
                        .Name("AppBar")
            )

ArcGauge()

AutoComplete()

Creates a new .

Example


             @( Html.Kendo().AutoComplete()
                        .Name("AutoComplete")
                        .Items(items =>
                        {
                            items.Add().Text("First Item");
                            items.Add().Text("Second Item");
                        })
            )

AutoCompleteFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().AutoCompleteFor(m=>m.Property) )

Avatar()

Creates a new Avatar.

Example


             @(Html.Kendo().Avatar()
                        .Name("Avatar")
            )

Badge()

Barcode()

BottomNavigation()

Creates a new BottomNavigation.

Example


             @(Html.Kendo().BottomNavigation()
                        .Name("BottomNavigation")
            )

Creates a new .

Example


             @( Html.Kendo().Breadcrumb()
                        .Name("Breadcrumb")
            )

Button()

ButtonGroup()

Calendar()

Creates a new .

Example


             @( Html.Kendo().Calendar()
                        .Name("Calendar")
            )

Captcha()

Creates a new .

Example


             @( Html.Kendo().Captcha()
                        .Name("Captcha")
            )

CaptchaFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().CaptchaFor(m => m.Captcha)
            )

Chart()

Creates a new unbound .

Example


            @(Html.Kendo().Chart()
                        .Name("Chart")
                        .Series(series => {
                            series.Bar(new int[] { 1, 2, 3 }).Name("Total Sales");
                        })
            )

Chart()

Creates a new unbound .

Example


            @(Html.Kendo().Chart()
                        .Name("Chart")
                        .Series(series => {
                            series.Bar(new int[] { 1, 2, 3 }).Name("Total Sales");
                        })
            )

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

dataSourceViewDataKey - System.String

The data source view data key.

Example


            @(Html.Kendo().Chart<SalesData>("sales")
                        .Name("Chart")
            )

ChartBreadcrumb()

Creates a new unbound .

Example


            @(Html.Kendo().ChartBreadcrumb()
                        .Name("Breadcrumb")
                        .Chart("Chart")
            )

Chat()

Creates a new .

Example


             @( Html.Kendo().Chat()
                        .Name("Chat")
            )

CheckBox()

Creates a new .

Example


             @(Html.Kendo().CheckBox()
                        .Name("CheckBox")
            );

CheckBoxFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().CheckBoxFor(m=>m.Property) )

CheckBoxGroup()

CheckBoxGroupFor(System.Linq.Expressions.Expression)

Parameters

expression - System.Linq.Expressions.Expression<Func>

Chip()

Creates a new .

Example


             @( Html.Kendo().Chip()
                        .Name("Chip")
            )

ChipList()

Creates a new .

Example


             @( Html.Kendo().ChipList()
                        .Name("ChipList")
            )

CircularGauge()

CircularProgressBar()

ColorGradient()

ColorPalette()

ColorPicker()

Creates a new .

Example


             @( Html.Kendo().ColorPickerFor(m=>m.Property) )

ColorPickerFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().ColorPickerFor(m=>m.Property) )

ComboBox()

Creates a new .

Example


             @( Html.Kendo().ComboBox()
                        .Name("ComboBox")
                        .BindTo(new List<SelectListItem>
                        {
                            new SelectListItem{
                                Text = "Text1",
                                Value = "Value1"
                            },
                            new SelectListItem{
                                Text = "Text2",
                                Value = "Value2"
                            }
                        })
            )

ComboBoxFor(System.Linq.Expressions.Expression)

Creates a new bound to a model field.

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


            @Html.Kendo().ComboBoxFor(m => m.Property)

ContextMenu()

DeferredScripts(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

DeferredScriptsFor(System.String,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

DeferredScriptFile(System.String)

Parameters

nonce - System.String

DefaultSettings(System.Boolean)

Parameters

renderScriptTags - System.Boolean

DataSource()

Creates a new bound to the specified data item type.

Example


             @(Html.Kendo().DataSource<Order>()
                        .Name("DataSource")
                        .BindTo(Model)
            )

DateInput()

Creates a new .

Example


             @( Html.Kendo().DateInput()
                        .Name("DateInput")
            )

DateInputFor(System.Linq.Expressions.Expression)

Creates a new bound to model field

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


            @(Html.Kendo().DateInputFor(m => m.Property))

DateInputFor(System.Linq.Expressions.Expression)

Creates a new bound to model field

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


            @(Html.Kendo().DateInputFor(m => m.Property))

DatePicker()

Creates a new .

Example


             @( Html.Kendo().DatePicker()
                        .Name("DatePicker")
            )

DatePickerFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().DatePickerFor(m=>m.Property) )

DatePickerFor(System.Linq.Expressions.Expression)

Creates a new .

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().DatePickerFor(m=>m.Property) )

DateRangePicker()

Creates a new .

Example


             @( Html.Kendo().DateRangePicker()
                        .Name("DateRangePicker")
            )

DateRangePickerFor(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)

Creates a new .

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 .

Parameters

startExpression - System.Linq.Expressions.Expression<Func>
endExpression - System.Linq.Expressions.Expression<Func>

Example


             @( Html.Kendo().DateRangePickerFor(m=>m.Start, m=>m.End) )

DateTimePicker()

Creates a new .

Example


            @(Html.Kendo().DateTimePicker()
                        .Name("DateTimePicker")
            )

DateTimePickerFor(System.Linq.Expressions.Expression)

Creates a new bound to model field

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


            @(Html.Kendo().DateTimePickerFor(m => m.Property))

DateTimePickerFor(System.Linq.Expressions.Expression)

Creates a new bound to model field

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


            @(Html.Kendo().DateTimePickerFor(m => m.Property))

Diagram()

Creates a

Example


             @( Html.Kendo().Diagram()
                        .Name("Diagram")
            )

Diagram()

Creates a

Example


             @( Html.Kendo().Diagram()
                        .Name("Diagram")
            )

Dialog()

Creates a new .

Example


             @( Html.Kendo().Window()
                        .Name("Window")
            )

DockManager()

Creates a new .

Example


             @( Html.Kendo().DockManager()
                        .Name("DockManager")
            )

Drawer()

Creates a new .

Example


             @( Html.Kendo().Drawer()
                        .Name("Drawer")
            )

Creates a new .

Example


             @( Html.Kendo().DropDownButton()
                        .Name("DropDownButton")
            )

Creates a new .

Example


             @( Html.Kendo().DropDownList()
                        .Name("DropDownList")
                        .Items(items =>
                        {
                            items.Add().Text("First Item");
                            items.Add().Text("Second Item");
                        })
            )

Creates a new bound to a model field.

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


            @Html.Kendo().DropDownListFor(m => m.Property)

Creates a new .

Example


             @( Html.Kendo().DropDownTree()
                        .Name("DropDownTree")
                        .Items(items =>
                        {
                            items.Add().Text("First Item");
                            items.Add().Text("Second Item");
                        })
            )

Creates a new bound to a model field.

Parameters

expression - System.Linq.Expressions.Expression<Func>

Example


            @Html.Kendo().DropDownTreeFor(m => m.Property)

Editor()

Creates a

Example


             @( Html.Kendo().Editor()
                        .Name("Editor")
            )

EditorFor(System.Linq.Expressions.Expression)

Creates a new UI component.

Parameters

expression - System.Linq.Expressions.Expression<Func>

ExpansionPanel()

FileManager()

Creates a new .

Example


             @( Html.Kendo().FileManager()
                        .Name("fileManager")
            )

Filter()

Creates a new .

Example


             @(Html.Kendo().Filter<Order>()
                        .Name("Filter")
            )

FlatColorPicker()

FloatingActionButton()

Creates a new FloatingActionButton.

Example


             @(Html.Kendo().FloatingActionButton<Order>()
                .Name("FloatingActionButton")
            )

Form()

Creates a new .

Example


             @(Html.Kendo().Form<Order>()
                 .Name("Form")
             )

In this article
Not finding the help you need?