Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

WidgetExtensions..::..AutoSelectFirst Method

Adds JavaScript event handler for databound of widget that selects the first value on the list.

Namespace:  Suoranta.WebApp.Kendo.RazorHelpers
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public static MultiColumnComboBoxBuilder AutoSelectFirst(
	this MultiColumnComboBoxBuilder builder,
	IHtmlHelper htmlHelper
)

Parameters

builder
Type: MultiColumnComboBoxBuilder
htmlHelper
Type: Suoranta.WebApp.Interfaces..::..IHtmlHelper
The HTML helper.

Return Value