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

GanttViewBuilder

Methods

Date(System.DateTime)

If set to some date and it is between the range start and range end of the selected view, the timeline of the currently selected view is scrolled to start from this date.Overrides the date option of the gantt.

Parameters

value - System.DateTime

The value for Date

Range(System.Action)

Configures the view range settings.

Parameters

configurator - System.Action<GanttViewRangeSettingsBuilder>

The configurator for the range setting.

Selected(System.Boolean)

If set to true the view will be initially selected by the Gantt widget. The default selected view is "day".

Parameters

value - System.Boolean

The value for Selected

Selected()

If set to true the view will be initially selected by the Gantt widget. The default selected view is "day".

SlotSize(System.Double)

The size of the time slot headers. Values are treated as pixels.

Parameters

value - System.Double

The value for SlotSize

TimeHeaderTemplate(System.String)

The template used to render the time slots in "day" view

Parameters

value - System.String

The value for TimeHeaderTemplate

TimeHeaderTemplateId(System.String)

The template used to render the time slots in "day" view

Parameters

templateId - System.String

The ID of the template element for TimeHeaderTemplate

TimeHeaderTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

The template used to render the time slots in "day" view

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for TimeHeaderTemplate

TimeHeaderTemplateHandler(System.String)

The template used to render the time slots in "day" view

Parameters

templateHandler - System.String

The handler that returs the template for TimeHeaderTemplate

TimeHeaderTemplate(Kendo.Mvc.UI.TemplateBuilder)

The template used to render the time slots in "day" view

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the timeheadertemplate.

DayHeaderTemplate(System.String)

The template used to render the day slots in "day" and "week" views.

Parameters

value - System.String

The value for DayHeaderTemplate

DayHeaderTemplateId(System.String)

The template used to render the day slots in "day" and "week" views.

Parameters

templateId - System.String

The ID of the template element for DayHeaderTemplate

DayHeaderTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

The template used to render the day slots in "day" and "week" views.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for DayHeaderTemplate

DayHeaderTemplateHandler(System.String)

The template used to render the day slots in "day" and "week" views.

Parameters

templateHandler - System.String

The handler that returs the template for DayHeaderTemplate

DayHeaderTemplate(Kendo.Mvc.UI.TemplateBuilder)

The template used to render the day slots in "day" and "week" views.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the dayheadertemplate.

WeekHeaderTemplate(System.String)

The template used to render the week slots in "week" and "month" views.

Parameters

value - System.String

The value for WeekHeaderTemplate

WeekHeaderTemplateId(System.String)

The template used to render the week slots in "week" and "month" views.

Parameters

templateId - System.String

The ID of the template element for WeekHeaderTemplate

WeekHeaderTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

The template used to render the week slots in "week" and "month" views.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for WeekHeaderTemplate

WeekHeaderTemplateHandler(System.String)

The template used to render the week slots in "week" and "month" views.

Parameters

templateHandler - System.String

The handler that returs the template for WeekHeaderTemplate

WeekHeaderTemplate(Kendo.Mvc.UI.TemplateBuilder)

The template used to render the week slots in "week" and "month" views.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the weekheadertemplate.

MonthHeaderTemplate(System.String)

The template used to render the month slots in "month" and "year" views.

Parameters

value - System.String

The value for MonthHeaderTemplate

MonthHeaderTemplateId(System.String)

The template used to render the month slots in "month" and "year" views.

Parameters

templateId - System.String

The ID of the template element for MonthHeaderTemplate

MonthHeaderTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

The template used to render the month slots in "month" and "year" views.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for MonthHeaderTemplate

MonthHeaderTemplateHandler(System.String)

The template used to render the month slots in "month" and "year" views.

Parameters

templateHandler - System.String

The handler that returs the template for MonthHeaderTemplate

MonthHeaderTemplate(Kendo.Mvc.UI.TemplateBuilder)

The template used to render the month slots in "month" and "year" views.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the monthheadertemplate.

YearHeaderTemplate(System.String)

The template used to render the year slots in "year" view.

Parameters

value - System.String

The value for YearHeaderTemplate

YearHeaderTemplateId(System.String)

The template used to render the year slots in "year" view.

Parameters

templateId - System.String

The ID of the template element for YearHeaderTemplate

YearHeaderTemplateView(Microsoft.AspNetCore.Html.IHtmlContent)

The template used to render the year slots in "year" view.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for YearHeaderTemplate

YearHeaderTemplateHandler(System.String)

The template used to render the year slots in "year" view.

Parameters

templateHandler - System.String

The handler that returs the template for YearHeaderTemplate

YearHeaderTemplate(Kendo.Mvc.UI.TemplateBuilder)

The template used to render the year slots in "year" view.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the yearheadertemplate.

ResizeTooltipFormat(System.String)

The format used to display the start and end dates in the resize tooltip.

Parameters

value - System.String

The value for ResizeTooltipFormat

Type(Kendo.Mvc.UI.GanttViewType)

The view type. Supported types are "day", "week", "month" and "year".

Parameters

value - GanttViewType

The value for Type

In this article
Not finding the help you need?