Kendo.Mvc.UI.Fluent.VirtualSettingsBuilder
Defines the fluent interface for configuring Virtual scrolling of the Drop Down
Methods
Enable(System.Boolean)
Defines the item height.
ItemHeight(System.Int32)
Defines the item height.
ValueMapper(System.Func<System.Object,System.Object>)
Defines a value mapper. This function will return the indices matching the passed values.
ValueMapper(System.String)
Defines a value mapper. This function will return the indices matching the passed values.
MapValueTo(System.String)
Defines the mapValueTo option, which determines if the ValueMapper resolves a value to an index or to a dataItem. It has two possible values - "index" or "dataItem".