Kendo.Mvc.UI.Fluent.DataSourceWidgetBuilder
Defines the fluent API for configuring the Kendo UI DataSource
Methods
Name(System.String)
Sets the name of the component.
Parameters
componentName System.String
The name.
Ajax(System.Action<Kendo.Mvc.UI.Fluent.AjaxDataSourceBuilder<T>>)
Use it to configure Ajax binding.
WebApi(System.Action<Kendo.Mvc.UI.Fluent.WebApiDataSourceBuilder<T>>)
Use it to configure WebApi binding.
Custom(System.Action<Kendo.Mvc.UI.Fluent.CustomDataSourceBuilder<T>>)
Use it to configure Custom binding.
SignalR(System.Action<Kendo.Mvc.UI.Fluent.SignalRDataSourceBuilder<T>>)
Use it to configure SignalR binding.
Render
Renders the component in place.