[]
        
(Showing Draft Content)

C1.Web.Mvc.FlexGridDetailProvider-1

FlexGridDetailProvider<T> Class

Define an extender used to set the FlexGridDetailProvider .

Inheritance
Extender
FlexGridDetailProvider<T>
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class FlexGridDetailProvider<T> : Extender, IHtmlString
Type Parameters
Name Description
T

Constructors

Name Description
FlexGridDetailProvider(FlexGridBase<T>)

Creates one FlexGridDetailProvider<T> instance.

Properties

Name Description
CreateDetailCell

Gets or sets the callback function that creates detail cells.

DetailRowTemplateContent

Gets or sets the content of the template for the grid detail row.

DetailRowTemplateId

Gets or sets the id of the template for the grid detail row.

DetailVisibilityMode

Specifies when and how the row details are displayed.

DisposeDetailCell

Gets or sets the callback function that disposes of detail cells.

IsAnimated

Gets or sets a value that indicates whether to use animation when showing row details.

KeyActionEnter

Gets or sets the action to perform when the ENTER key is pressed.

MaxHeight

Gets or sets the maximum height of the detail rows, in pixels.

RowHasDetail

Gets or sets the callback function that determines whether a row has details.

Extension Methods