[]
Define an extender used to set the FlexGridDetailProvider .
public class FlexGridDetailProvider<T> : Extender, IHtmlString
Name | Description |
---|---|
T |
Name | Description |
---|---|
FlexGridDetailProvider(FlexGridBase<T>) | Creates one FlexGridDetailProvider<T> instance. |
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. |