GridPinnableSettingsBuilder

Methods

Top(System.Object[])

Sets the data items pinned to the top of the Grid.

Parameters

value - System.Object[]

The data item identifiers to pin to the top.

Top(System.Collections.IEnumerable)

Sets the data items pinned to the top of the Grid.

Parameters

value - System.Collections.IEnumerable

A collection of data item identifiers to pin to the top.

Bottom(System.Object[])

Sets the data items pinned to the bottom of the Grid.

Parameters

value - System.Object[]

The data item identifiers to pin to the bottom.

Bottom(System.Collections.IEnumerable)

Sets the data items pinned to the bottom of the Grid.

Parameters

value - System.Collections.IEnumerable

A collection of data item identifiers to pin to the bottom.

PinRowLocation(Kendo.Mvc.UI.GridPinRowLocation)

Controls where rows can be pinned.

Parameters

value - GridPinRowLocation

The pin row location.

IsRowPinnable(System.String)

A function that determines whether a specific row can be pinned.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

IsRowPinnable(System.Func)

A function that determines whether a specific row can be pinned.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.